diff --git a/examples/01-Basic-Midi-Device/01-Basic-Midi-Device.ino b/examples/01-Basic-Midi-Device/01-Basic-Midi-Device.ino index bf46aa8..77cd1ae 100644 --- a/examples/01-Basic-Midi-Device/01-Basic-Midi-Device.ino +++ b/examples/01-Basic-Midi-Device/01-Basic-Midi-Device.ino @@ -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 } \ No newline at end of file diff --git a/examples/03-Receiving-Data/03-Receiving-Data.ino b/examples/03-Receiving-Data/03-Receiving-Data.ino index 2e3f2d7..143b2d5 100644 --- a/examples/03-Receiving-Data/03-Receiving-Data.ino +++ b/examples/03-Receiving-Data/03-Receiving-Data.ino @@ -43,5 +43,4 @@ void loop() { BLEMidiServer.noteOff(0, 69, 127); delay(1000); } - delay(1); } \ No newline at end of file