How to adapt the webradio example (player-url-i2s) in order to work with wifi manager #1900
-
Hi all Now I'm running into the problem that the webradio example (player-url-i2s) is using static wifi credentials:
By looking at the source code, I tried to figure out how to use an already established wifi connection for URLStream, but so far I have failed. Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just don't use this optional login shortcut of the URLStream! |
Beta Was this translation helpful? Give feedback.
Just don't use this optional login shortcut of the URLStream!
If you don't provide the ssid and password it is assumed that you connected already via the standard Arduino Wifi functionality.