diff --git a/src/roomcontrol.h b/src/roomcontrol.h index 4dfe948ec..7aa682c79 100644 --- a/src/roomcontrol.h +++ b/src/roomcontrol.h @@ -37,8 +37,8 @@ class Roomctrl { static void set_timeout(uint8_t t); private: - static constexpr uint32_t SEND_INTERVAL = 15000; // 15 sec - static constexpr uint8_t HCS = 4; // max 4 heating circuits + static constexpr uint32_t SEND_INTERVAL = 15000; // 15 sec + static constexpr uint8_t HCS = 4; // max 4 heating circuits enum SendType : uint8_t { TEMP, HUMI }; static uint8_t get_hc(const uint8_t addr);