Update MidiBle.ino

This commit is contained in:
lathoub 2020-12-20 23:37:03 +01:00 committed by GitHub
parent f4927cd4ea
commit 30d101bca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ void loop()
{
t0 = millis();
MIDI.sendNoteOn (60, 100, 1); // note 60, velocity 127 on channel 1
MIDI.sendNoteOn (60, 100, 1); // note 60, velocity 100 on channel 1
}
}