tidy up EMSESP_DEBUG and EMSESP_TEST

This commit is contained in:
Proddy
2023-02-21 21:49:21 +01:00
parent 134f2671fb
commit 6aea27e30f
15 changed files with 18 additions and 120 deletions

View File

@@ -247,7 +247,7 @@ class System {
return test_set_all_active_;
}
static void test_set_all_active(bool n) {
#if defined(EMSESP_DEBUG)
#if defined(EMSESP_TEST)
if (n) {
logger_.debug("Using dummy entity values");
}