proddy
2019-05-09 21:00:53 +02:00
parent f5e0d26913
commit cb91d0e8c0
3 changed files with 23 additions and 10 deletions

View File

@@ -1387,7 +1387,7 @@ void TelnetCommandCallback(uint8_t wc, const char * commandLine) {
// check for invalid command
if (!ok) {
myDebug("Unknown command. Use ? for help.");
myDebug_P(PSTR("Unknown command. Use ? for help."));
}
}