I now have string to float problems
about 10 vars are floats, some of my test data is like float PH= 7.3 Cdeg = 25.7 etc
I tried float cdeg0 = std::stof(SerINP.substring(3,cx-1));
wifi-web-servbO.ino: In function 'void parseSerial()':
wifi-web-servbO:298: error: 'stof' is not a member of 'std'
wifi-web-servbO:301: error: cannot convert 'String' to 'int' in assignment
wifi-web-servbO:304: error: cannot convert 'String' to 'int' in assignment
wifi-web-servbO:307: error: cannot convert 'String' to 'float' in assignment
wifi-web-servbO:310: error: cannot convert 'String' to 'float' in assignment
wifi-web-servbO:319: error: 'class String' has no member named 'find'
wifi-web-servbO:320: error: 'TxBuf' was not declared in this scope
'stof' is not a member of 'std'
What to do? -- thanks in advance