This commit is contained in:
BlubbFish 2016-06-08 08:59:19 +00:00
parent 78e559985f
commit a79ffbd912

View File

@ -155,6 +155,7 @@ void print_disp(String text) {
bool keepAlive() { bool keepAlive() {
Serial.setTimeout(1000); Serial.setTimeout(1000);
keep = false;
Serial.println("requestKeep=1"); Serial.println("requestKeep=1");
String a = Serial.readStringUntil('\n'); String a = Serial.readStringUntil('\n');
if(a != "") { if(a != "") {