mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 03:06:42 +00:00
Add HASP_USE_TELNET
This commit is contained in:
parent
f9ca984c15
commit
bac6b9e528
@ -278,8 +278,10 @@ void debugPrintSuffix(uint8_t tag, int level, Print* _logOutput)
|
|||||||
|
|
||||||
if(_logOutput == &Serial) {
|
if(_logOutput == &Serial) {
|
||||||
console_update_prompt();
|
console_update_prompt();
|
||||||
|
#if HASP_USE_TELNET > 0
|
||||||
} else {
|
} else {
|
||||||
telnet_update_prompt();
|
telnet_update_prompt();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user