ICYStream and WiFiManager - Initial WiFi credentials unknown #38
-
Hello I am a Noob and trying to expand my knowledge, so apologies What I would prefer to do is use WiFiManager (https://github.com/tzapu/WiFiManager) to find and setup my WiFi. The issue that I have come across is that because I do not the ssid or password I am unable to set const char* ssid or const char* pwd. If I set ssid equal to const char* ssid = WiFi.SSID(). Error output:- if I cast the WiFi.SSID() using c_str() any help welcome |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You're thinkng way too complicated: the ssid and password are optional parameters that you can provide if you did not connect to the WiFi otherwise... Just check the class documentation in the AudioTools! ps. use the AudioTools project! This is just for the drivers if you use e.g. an AudioKit with an ES8388 codec chip... |
Beta Was this translation helpful? Give feedback.
You're thinkng way too complicated: the ssid and password are optional parameters that you can provide if you did not connect to the WiFi otherwise...
Just check the class documentation in the AudioTools!
ps. use the AudioTools project! This is just for the drivers if you use e.g. an AudioKit with an ES8388 codec chip...