Add HASP_USE_TELNET

This commit is contained in:
fvanroie 2021-06-30 19:59:12 +02:00
parent f9ca984c15
commit bac6b9e528

View File

@ -278,8 +278,10 @@ void debugPrintSuffix(uint8_t tag, int level, Print* _logOutput)
if(_logOutput == &Serial) {
console_update_prompt();
#if HASP_USE_TELNET > 0
} else {
telnet_update_prompt();
#endif
}
}