Skip to content

Commit

Permalink
Beta v0.12.021 Fix setInMenu function call in idle event
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Apr 7, 2024
1 parent 6601b57 commit 00d2501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CO2_Gadget_Menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ result idle(menuOut &o, idleEvent e) {
#ifdef DEBUG_ARDUINOMENU
Serial.println("-->[MENU] Event idleStart");
#endif
// setInMenu(false);
setInMenu(false);
// nav.poll();

#if defined(SUPPORT_TFT) || defined(SUPPORT_OLED)
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build_flags =

-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.12."\"
-D CO2_GADGET_REV="\"020"\"
-D CO2_GADGET_REV="\"021"\"
-D CORE_DEBUG_LEVEL=0
-DCACHE_DIR=".pio/build"
-DBUZZER_PIN=2 ; ESP32 pin GPIO13 connected to piezo buzzer
Expand Down

0 comments on commit 00d2501

Please sign in to comment.