fix timeout remote

This commit is contained in:
MichaelDvP
2024-06-22 12:32:02 +02:00
parent bed7793dab
commit 5ffd4d87fb
2 changed files with 1 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ class Roomctrl {
private:
static constexpr uint32_t SEND_INTERVAL = 15000; // 15 sec
static constexpr uint32_t TIMEOUT = 86400000; // 24 hour
static constexpr uint8_t HCS = 4; // max 4 heating circuits
enum SendType : uint8_t { TEMP, HUMI };