From c395d0ff0c914af380c7f9213f263d1a0eaa995f Mon Sep 17 00:00:00 2001 From: Wolle Date: Fri, 10 Feb 2023 10:32:01 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d02f794..04fcd53a 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,11 @@ void setup() { WiFi.begin(ssid.c_str(), password.c_str()); while (WiFi.status() != WL_CONNECTED) delay(1500); audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT); - audio.setVolume(21); // 0...21 - + audio.setVolume(21); // default 0...21 +// or alternative +// audio.setVolumeSteps(64); // max 255 +// audio.setVolume(63); +// audio.connecttohost("http://iskatel.hostingradio.ru:8015/iskatel-320.aac"); // aac // audio.connecttohost("http://mcrscast.mcr.iol.pt/cidadefm"); // mp3 // audio.connecttohost("http://www.wdr.de/wdrlive/media/einslive.m3u"); // m3u