We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41ab00 commit c0d1145Copy full SHA for c0d1145
examples/custom/custom-max/custom-max.ino
@@ -8,7 +8,7 @@
8
#include "AudioBoard.h"
9
10
DriverPins my_pins;
11
-AudioBoard board(AudioDriverES8388);
+AudioBoard board(AudioDriverES8388, my_pins);
12
13
void setup() {
14
// Setup logging
0 commit comments