fix standalone

This commit is contained in:
proddy
2025-11-10 21:27:50 +01:00
parent 3067149357
commit edfdfb1016

View File

@@ -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);