From 2378fb547c6e5f92cb10a4dbeed4950b8ed66009 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 2 Feb 2025 13:29:02 +0100 Subject: [PATCH] default values --- src/core/emsesp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/emsesp.cpp b/src/core/emsesp.cpp index c6c2f125c..a188bc74c 100644 --- a/src/core/emsesp.cpp +++ b/src/core/emsesp.cpp @@ -43,7 +43,7 @@ uint8_t EMSESP::publish_all_idx_ = 0; uint8_t EMSESP::unique_id_count_ = 0; bool EMSESP::trace_raw_ = false; uint16_t EMSESP::wait_validate_ = 0; -bool EMSESP::wait_km_ = true; +bool EMSESP::wait_km_ = false; uint32_t EMSESP::last_fetch_ = 0; AsyncWebServer webServer(80);