mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
3.2.1
This commit is contained in:
@@ -764,7 +764,6 @@ void Boiler::process_UBAMaintenanceData(std::shared_ptr<const Telegram> telegram
|
||||
}
|
||||
|
||||
// Set the warm water temperature 0x33/0x35 or 0xEA
|
||||
// TODO
|
||||
bool Boiler::set_warmwater_temp(const char * value, const int8_t id) {
|
||||
int v = 0;
|
||||
if (!Helpers::value2number(value, v)) {
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define EMSESP_APP_VERSION "3.2.1b0"
|
||||
#define EMSESP_APP_VERSION "3.2.2"
|
||||
|
||||
Reference in New Issue
Block a user