I have my ssid saved in the EEPROM (0-8) and the passphrase in the EEPROM (9-16). Is there any way to get the data out of the EEPROM in the correct format for calling the function successfully?
I am stuck here and would highly appreciate any advice.
That is not my problem. I know how to get data out of the EEPROM into an array but I have no idea how to get it into the format the function requests as I have never really worked with pointers
I just checked again, as soon as I try to add new values out of the EEPROM to the const char it doesn't work because it is read only. So although the pointers work in general, I see no way to get my EEPROM values into the const char variable.