sketch: added gal type value to the error message

This commit is contained in:
ole00 2023-11-04 12:39:30 +00:00
parent b596f7d9d1
commit 3e0a2ad357
1 changed files with 2 additions and 1 deletions

View File

@ -2605,7 +2605,8 @@ void loop() {
setGalDefaults();
}
} else {
Serial.println(F("ER Unknown gal type"));
Serial.print(F("ER Unknown gal type "));
Serial.println(type, DEC);
}
} break;
case COMMAND_ENABLE_CHECK_TYPE: {