mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
add debug line to show we're using dummy entity values
This commit is contained in:
@@ -248,6 +248,11 @@ class System {
|
|||||||
return test_set_all_active_;
|
return test_set_all_active_;
|
||||||
}
|
}
|
||||||
static void test_set_all_active(bool n) {
|
static void test_set_all_active(bool n) {
|
||||||
|
#if defined(EMSESP_DEBUG)
|
||||||
|
if (n) {
|
||||||
|
logger_.debug("Using dummy entity values");
|
||||||
|
}
|
||||||
|
#endif
|
||||||
test_set_all_active_ = n;
|
test_set_all_active_ = n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user