Now for some reason it returns
String
the object type.
to me this is bad, is it intentional and is it going to stay?
I have a little function I was using to connect the wifi to the strongest access point that I have the password for.
Its broken now and to fix it I need to read this value as a string and then convert it to a const char* I believe to plug it into WiFi.begin(ssid)
Or am I doing something wrong?