mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix factory log message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user