Skip to content

Commit

Permalink
fix debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Szybet committed Oct 2, 2024
1 parent 66ed2da commit 322e699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/defines/templates/gifnoc-template.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@
#define BATTERY_TIME_DROP_VOLTAGE 3.50 // Needs to be float
#define LP_CORE_TEST_RUN 0 // Yatchy only, why would anyone use it aside from me?
#define LP_CORE_SERIOUS_TEST 0
#define DISABLE_WAKEUP_INTERRUPTS 1 // As in buttons (or yatchy gpio expander)
#define DISABLE_WAKEUP_INTERRUPTS 0 // As in buttons (or yatchy gpio expander)
#define MCP_GPIO_EXPANDER_DISABLE 0
#define MCP_GPIO_EXPANDER_DISABLE_INTERRUPTS 1 // Yatchy with no battery, huh
#define MCP_GPIO_EXPANDER_DISABLE_INTERRUPTS 0 // Yatchy with no battery, huh

// Voltage reading average
#define VOLTAGE_AVG_COUNT 20
Expand Down

0 comments on commit 322e699

Please sign in to comment.