mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remote send interval 15 sec
This commit is contained in:
@@ -35,7 +35,7 @@ class Roomctrl {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
static constexpr uint8_t ADDR = 0x18; // address for hc1
|
static constexpr uint8_t ADDR = 0x18; // address for hc1
|
||||||
static constexpr uint32_t SEND_INTERVAL = 55000; // ~1 minute
|
static constexpr uint32_t SEND_INTERVAL = 15000; // ~1/4 minute
|
||||||
static constexpr uint8_t HCS = 4; // max 4 heating circuits
|
static constexpr uint8_t HCS = 4; // max 4 heating circuits
|
||||||
|
|
||||||
static uint8_t get_hc(const uint8_t addr);
|
static uint8_t get_hc(const uint8_t addr);
|
||||||
|
|||||||
Reference in New Issue
Block a user