Skip to content

Commit c0d1145

Browse files
authored
Update custom-max.ino
1 parent f41ab00 commit c0d1145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom/custom-max/custom-max.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "AudioBoard.h"
99

1010
DriverPins my_pins;
11-
AudioBoard board(AudioDriverES8388);
11+
AudioBoard board(AudioDriverES8388, my_pins);
1212

1313
void setup() {
1414
// Setup logging

0 commit comments

Comments
 (0)