Skip to content

Commit c395d0f

Browse files
authored
Update README.md
1 parent 7105cfb commit c395d0f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ void setup() {
3636
WiFi.begin(ssid.c_str(), password.c_str());
3737
while (WiFi.status() != WL_CONNECTED) delay(1500);
3838
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);
39-
audio.setVolume(21); // 0...21
40-
39+
audio.setVolume(21); // default 0...21
40+
// or alternative
41+
// audio.setVolumeSteps(64); // max 255
42+
// audio.setVolume(63);
43+
//
4144
audio.connecttohost("http://iskatel.hostingradio.ru:8015/iskatel-320.aac"); // aac
4245
// audio.connecttohost("http://mcrscast.mcr.iol.pt/cidadefm"); // mp3
4346
// audio.connecttohost("http://www.wdr.de/wdrlive/media/einslive.m3u"); // m3u

0 commit comments

Comments
 (0)