We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95f4e9 commit 8abef5cCopy full SHA for 8abef5c
1 file changed
examples/TaskTone/TaskTone.ino
@@ -49,7 +49,7 @@ void setup() {
49
50
noInterrupts();
51
for (auto i = 'A'; i <= 'G'; i++) {
52
- runTask(playNote, i);
+ runTask(playNote, i, 96);
53
}
54
interrupts();
55
0 commit comments