Unverified Commit 7af87bc2 authored by Wolle's avatar Wolle Committed by GitHub

Update main.cpp

parent 454911fe
......@@ -17,7 +17,7 @@ void setup() {
Serial.begin(115200);
wifiMulti.addAP(ssid.c_str(), password.c_str());
wifiMulti.run();
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, -1);
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);
audio.setVolume(20); // 0...21
audio.setConnectionTimeout(500, 2700);
audio.connecttohost("http://us3.internet-radio.com:8342/stream");
......
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