fix factory log message

This commit is contained in:
proddy
2025-11-10 22:09:35 +01:00
parent 8ea1dfc7d2
commit f7f01ea875

View File

@@ -1715,7 +1715,7 @@ void EMSESP::start() {
esp32React.begin();
#ifndef EMSESP_STANDALONE
if (!root) {
if (factory_settings) {
LOG_WARNING("No settings found on filesystem. Using factory settings.");
}
#endif