mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-25 10:31:01 +00:00
sketch: added gal type value to the error message
This commit is contained in:
parent
b596f7d9d1
commit
3e0a2ad357
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user