Merge branch 'master' into release/v3.1.x
This commit is contained in:
commit
a207d58f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue