Skip to content

Commit

Permalink
fix(typo): typo and commentaries
Browse files Browse the repository at this point in the history
Fixes the commentary to the correct IDF terms.
  • Loading branch information
SuGlider authored Jun 19, 2024
1 parent 8899c36 commit d1a8bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define BUTTON_PIN_BITMASK(GPIO) (1ULL << GPIO) // 2 ^ GPIO_NUMBER in hex
#define USE_EXT0_WAKEUP 1 // 1 = EXT0 wakeup, 0 = EXT1 wakeup
#define WAKEUP_GPIO GPIO_NUM_33 // Only RTC GPIO are allowed - this is a ESP32 example
#define WAKEUP_GPIO GPIO_NUM_33 // Only RTC IO are allowed - ESP32 Pin example
RTC_DATA_ATTR int bootCount = 0;

/*
Expand Down

0 comments on commit d1a8bf6

Please sign in to comment.