-->
Page 1 of 1

WifiMulti variables

PostPosted: Sat Mar 03, 2018 3:56 pm
by john564
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.

Re: WifiMulti variables

PostPosted: Thu Apr 19, 2018 2:41 pm
by jlee7113
I am having the same problem. Did the original poster ever find a solution?

Re: WifiMulti variables

PostPosted: Fri Apr 20, 2018 4:16 am
by McChubby007
Sounds to me like the library needs to change to allow either string in RAM (as you require) or progmem (as now).