mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
° fix compile time error in ems.cpp (missing comment)
° show 'echo:telegram' msg only in jabber mode ° fix wrong value when applying 'log j'
This commit is contained in:
@@ -1468,7 +1468,7 @@ void TelnetCommandCallback(uint8_t wc, const char * commandLine) {
|
||||
ems_setLogging(EMS_SYS_LOGGING_NONE);
|
||||
ok = true;
|
||||
} else if (strcmp(second_cmd, "j") == 0) {
|
||||
ems_setLogging(EMS_SYS_LOGGING_NONE);
|
||||
ems_setLogging(EMS_SYS_LOGGING_JABBER);
|
||||
ok = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user