Remove debug build settings from PR

This commit is contained in:
Kevin Brosius
2024-03-11 16:55:01 -04:00
parent 5c1e0f25ee
commit 0a08e7ffbf
3 changed files with 3 additions and 11 deletions

View File

@@ -1109,6 +1109,7 @@ void validate_status() {
#endif
} else {
hw_ready = false;
Serial.write("No valid radio module found\r\n");
#if HAS_DISPLAY
if (disp_ready) {
device_init_done = true;
@@ -1151,6 +1152,7 @@ void validate_status() {
}
} else {
hw_ready = false;
Serial.write("Error, incorrect boot vector\r\n");
#if HAS_DISPLAY
if (disp_ready) {
device_init_done = true;