mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-04 23:55:18 -04:00
Remove debug build settings from PR
This commit is contained in:
parent
5c1e0f25ee
commit
0a08e7ffbf
3 changed files with 3 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue