This commit is contained in:
Lubos Petrovic
2020-12-20 18:03:35 +01:00
parent 09440f686b
commit 86caff56ab
4 changed files with 144 additions and 32 deletions

View File

@@ -25,9 +25,7 @@ void CommInterface::mainLoop() {
board->customConsoleCommand(response);
response = response + ch;
Serial.println(response);
if (liveData->bleConnected) {
executeCommand(response);
}
executeCommand(response);
response = "";
} else {
response = response + ch;