* misc fixes

This commit is contained in:
Scott Powell
2025-07-08 21:56:26 +10:00
parent 112b360ef4
commit 2715058eb2
2 changed files with 11 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ void halt() {
while (1) ;
}
static char command[80];
static char command[120];
void setup() {
Serial.begin(115200);