° 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:
Susis Strolch
2019-07-29 10:00:52 +02:00
parent dab66ce918
commit e680ae6066
2 changed files with 4 additions and 3 deletions

View File

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