From 2ca474668815b68f740650fd294ba9475940d5ab Mon Sep 17 00:00:00 2001 From: lathoub Date: Wed, 24 Oct 2018 12:07:25 +0200 Subject: [PATCH] Update examples/Esp32_NoteOnOffEverySec/Esp32_NoteOnOffEverySec.ino --- examples/Esp32_NoteOnOffEverySec/Esp32_NoteOnOffEverySec.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Esp32_NoteOnOffEverySec/Esp32_NoteOnOffEverySec.ino b/examples/Esp32_NoteOnOffEverySec/Esp32_NoteOnOffEverySec.ino index 7a51d3a..96845c4 100644 --- a/examples/Esp32_NoteOnOffEverySec/Esp32_NoteOnOffEverySec.ino +++ b/examples/Esp32_NoteOnOffEverySec/Esp32_NoteOnOffEverySec.ino @@ -29,7 +29,8 @@ void setup() // ----------------------------------------------------------------------------- void loop() { - + bm.noteOn(60, 127, 0); + delay(1000); } // ====================================================================================