Skip to content

Commit

Permalink
Merge branch 'master' into release/v3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Dec 16, 2024
2 parents 926c043 + 6005b15 commit a207d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ESP32/examples/Timer/RepeatTimer/RepeatTimer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void setup() {
Serial.begin(115200);

// Set BTN_STOP_ALARM to input mode
pinMode(BTN_STOP_ALARM, INPUT);
pinMode(BTN_STOP_ALARM, INPUT_PULLUP);

// Create semaphore to inform us when the timer has fired
timerSemaphore = xSemaphoreCreateBinary();
Expand Down

0 comments on commit a207d58

Please sign in to comment.