remove emsesp namespace

This commit is contained in:
proddy
2025-11-22 22:38:20 +01:00
parent d767a503cd
commit c95b43ea69
4 changed files with 28 additions and 20 deletions

View File

@@ -697,7 +697,7 @@ bool Helpers::value2bool(const char * value, bool & value_b) {
}
#ifdef EMSESP_STANDALONE
emsesp::EMSESP::logger().debug("Error. value2bool: %s is not a boolean", value);
EMSESP::logger().debug("Error. value2bool: %s is not a boolean", value);
#endif
return false; // not a bool