A fix
This commit is contained in:
parent
78e559985f
commit
a79ffbd912
@ -155,6 +155,7 @@ void print_disp(String text) {
|
||||
|
||||
bool keepAlive() {
|
||||
Serial.setTimeout(1000);
|
||||
keep = false;
|
||||
Serial.println("requestKeep=1");
|
||||
String a = Serial.readStringUntil('\n');
|
||||
if(a != "") {
|
||||
|
Loading…
Reference in New Issue
Block a user