mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
CTRL-C, not CTRL-L
This commit is contained in:
@@ -1709,7 +1709,8 @@ void EMSESP::loop() {
|
|||||||
if (c != -1) {
|
if (c != -1) {
|
||||||
show_prompt = true;
|
show_prompt = true;
|
||||||
}
|
}
|
||||||
if (c == '\x03' || c == '\x0C') {
|
// https://daleswanson.org/ascii.htm#:~:text=0
|
||||||
|
if (c == '\x03') {
|
||||||
start_serial_console();
|
start_serial_console();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user