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

@ -372,9 +372,7 @@ void draw_stat_area() {
}
void update_stat_area() {
// override eeprom check for BLE
//if (eeprom_ok && !firmware_update_mode && !console_active) {
if ( !firmware_update_mode && !console_active) {
if (eeprom_ok && !firmware_update_mode && !console_active) {
draw_stat_area();
if (disp_mode == DISP_MODE_PORTRAIT) {