mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59: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)
|
// loads core system services settings (network, mqtt, ap, ntp etc)
|
||||||
esp32React.begin();
|
esp32React.begin();
|
||||||
|
|
||||||
|
#ifndef EMSESP_STANDALONE
|
||||||
if (!root) {
|
if (!root) {
|
||||||
LOG_WARNING("No settings found on filesystem. Using factory settings.");
|
LOG_WARNING("No settings found on filesystem. Using factory settings.");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EMSESP_STANDALONE
|
#ifndef EMSESP_STANDALONE
|
||||||
LOG_INFO("EMS-ESP version %s", EMSESP_APP_VERSION);
|
LOG_INFO("EMS-ESP version %s", EMSESP_APP_VERSION);
|
||||||
|
|||||||
Reference in New Issue
Block a user