Good morning
I've updated arduino_0018 to arduino_0019 to use String class.
On my project I'm, trying to use the following:
char * sSS;
String stringOne = String(sSS);
Don't work...
Which is the best way to convert char() to string()?
Thanks on advance
Best regards
Pedro Ferrer