setting for headlights reminder

This commit is contained in:
Lubos Petrovic
2020-12-05 14:04:48 +01:00
parent a56668ae61
commit faf930425b
7 changed files with 18 additions and 5 deletions

View File

@@ -636,7 +636,7 @@ void loop() {
if (Serial.available()) {
ch = Serial.read();
if (ch == '\r' || ch == '\n') {
//board->customConsoleCommand(line);
board->customConsoleCommand(line);
line = line + ch;
Serial.println(line);
liveData->pRemoteCharacteristicWrite->writeValue(line.c_str(), line.length());