chamges for standalone compiling

This commit is contained in:
Proddy
2022-05-29 21:16:12 +02:00
parent 0b2c95fc4e
commit 383c30f649
5 changed files with 38 additions and 50 deletions

View File

@@ -131,7 +131,7 @@ class Boiler : public EMSdevice {
uint32_t burn2WorkMin_; // burner stage 2 operating time
uint32_t heatWorkMin_; // Total heat operating time
uint32_t UBAuptime_; // Total UBA working hours
char lastCode_[50]; // last error code
char lastCode_[52]; // last error code
char serviceCode_[4]; // 3 character status/service code
uint16_t serviceCodeNumber_; // error/service code
uint8_t emergencyOps_;