mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
init for second exhaustTemp value (test.0c)
This commit is contained in:
@@ -115,7 +115,8 @@ class Boiler : public EMSdevice {
|
||||
uint8_t sysPress_; // System pressure
|
||||
uint16_t boilTemp_; // Boiler temperature
|
||||
uint16_t exhaustTemp_; // Exhaust temperature published
|
||||
uint16_t exhaustTemp1_; // read from E4
|
||||
// read second value from E4 and initialize it
|
||||
uint16_t exhaustTemp1_ = EMS_VALUE_USHORT_NOTSET;
|
||||
uint8_t burnGas_; // Gas on/off
|
||||
uint8_t burnGas2_; // Gas stage 2 on/off
|
||||
uint16_t flameCurr_; // Flame current in micro amps
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define EMSESP_APP_VERSION "3.6.5-test.0b"
|
||||
#define EMSESP_APP_VERSION "3.6.5-test.0c"
|
||||
|
||||
Reference in New Issue
Block a user