WifiMulti variables
Posted: Sat Mar 03, 2018 3:56 pm
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.
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.