post merge

MM specific adjustments
This commit is contained in:
Frank
2024-02-23 10:24:26 +01:00
parent c9611bde73
commit 7ae38649ad
5 changed files with 16 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ void handleSerial()
} else if (next == '{') { //JSON API
bool verboseResponse = false;
if (!requestJSONBufferLock(16)) {
Serial.println(F("{\"error\":3}")); // ERR_NOBUF
if (Serial) Serial.println(F("{\"error\":3}")); // ERR_NOBUF
return;
}
Serial.setTimeout(100);