Unverified Commit 0b689568 authored by Wolle's avatar Wolle Committed by GitHub

Update M5StackNode.ino

parent ad623963
...@@ -33,7 +33,7 @@ void setup() { ...@@ -33,7 +33,7 @@ void setup() {
dac.setHPvol(32, 32); dac.setHPvol(32, 32);
/* Setup wm8978 I2S interface */ /* Setup wm8978 I2S interface */
audio.setPinout(I2S_BCK, I2S_WS, I2S_DOUT, I2S_DIN, I2S_MCLKPIN); audio.setPinout(I2S_BCK, I2S_WS, I2S_DOUT, I2S_MCLKPIN);
WiFi.begin("xxx", "xxx"); WiFi.begin("xxx", "xxx");
while (!WiFi.isConnected()) { while (!WiFi.isConnected()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment