mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
default values
This commit is contained in:
@@ -43,7 +43,7 @@ uint8_t EMSESP::publish_all_idx_ = 0;
|
|||||||
uint8_t EMSESP::unique_id_count_ = 0;
|
uint8_t EMSESP::unique_id_count_ = 0;
|
||||||
bool EMSESP::trace_raw_ = false;
|
bool EMSESP::trace_raw_ = false;
|
||||||
uint16_t EMSESP::wait_validate_ = 0;
|
uint16_t EMSESP::wait_validate_ = 0;
|
||||||
bool EMSESP::wait_km_ = true;
|
bool EMSESP::wait_km_ = false;
|
||||||
uint32_t EMSESP::last_fetch_ = 0;
|
uint32_t EMSESP::last_fetch_ = 0;
|
||||||
|
|
||||||
AsyncWebServer webServer(80);
|
AsyncWebServer webServer(80);
|
||||||
|
|||||||
Reference in New Issue
Block a user