diff --git a/code/espurna/settings.ino b/code/espurna/settings.ino index 6c545e85..f76711d2 100644 --- a/code/espurna/settings.ino +++ b/code/espurna/settings.ino @@ -274,12 +274,10 @@ void _settingsInitCommands() { DEBUG_MSG_P(PSTR("+OK\n")); }); - #if WEB_SUPPORT - settingsRegisterCommand(F("RELOAD"), [](Embedis* e) { - espurnaReload(); - DEBUG_MSG_P(PSTR("+OK\n")); - }); - #endif + settingsRegisterCommand(F("RELOAD"), [](Embedis* e) { + espurnaReload(); + DEBUG_MSG_P(PSTR("+OK\n")); + }); settingsRegisterCommand(F("RESET"), [](Embedis* e) { DEBUG_MSG_P(PSTR("+OK\n"));