mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
allow number and string for MQTT json commands - #445
This commit is contained in:
@@ -92,11 +92,6 @@ void EMSESPShell::display_banner() {
|
||||
emsesp::EMSESP::watch_id(WATCH_ID_NONE);
|
||||
emsesp::EMSESP::watch(EMSESP::WATCH_OFF);
|
||||
|
||||
#if defined(EMSESP_STANDALONE)
|
||||
#ifdef RUN_TEST
|
||||
invoke_command("test"); // same as "test default"
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
// pre-loads all the console commands into the MAIN context
|
||||
|
||||
Reference in New Issue
Block a user