So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By john564
#74347 Hallo,

I would like to use the WifiMulti Sketch to connect to my home wifi.
Due to the code I want to implement the start situation is that I have the SSID saved in the EEPROM (0-7) and the password in the EEPROM (8-15)
My question is, how am I able to get the required data to be const char pointer as required for the called function to work? I have no idea how to achieve this, it would be awesome if somebody was able to instruct me how to do this.