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

View File

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