Skip to content

Commit

Permalink
Deleted useless delays
Browse files Browse the repository at this point in the history
  • Loading branch information
max22- committed Mar 13, 2021
1 parent 31c1213 commit 8c4430b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/01-Basic-Midi-Device/01-Basic-Midi-Device.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ void loop() {
BLEMidiServer.noteOff(0, 69, 127); // Then we make a delay of one second before returning to the beginning of the loop
delay(1000);
}
delay(1); // we feed the ESP32 watchdog when there is no connection
}
1 change: 0 additions & 1 deletion examples/03-Receiving-Data/03-Receiving-Data.ino
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ void loop() {
BLEMidiServer.noteOff(0, 69, 127);
delay(1000);
}
delay(1);
}

0 comments on commit 8c4430b

Please sign in to comment.