mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix standalone
This commit is contained in:
@@ -1714,9 +1714,11 @@ void EMSESP::start() {
|
||||
// loads core system services settings (network, mqtt, ap, ntp etc)
|
||||
esp32React.begin();
|
||||
|
||||
#ifndef EMSESP_STANDALONE
|
||||
if (!root) {
|
||||
LOG_WARNING("No settings found on filesystem. Using factory settings.");
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_STANDALONE
|
||||
LOG_INFO("EMS-ESP version %s", EMSESP_APP_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user