я в гитхабе посмотрел,
String httpstr="
http://192.168.237.107/remote/esp32wega.php?";
httpstr += "pHraw=" + fFTS(pHraw,2);
httpstr += "&pH=" + fFTS(pH,3);
httpstr += "&tempRAW=" + fFTS(tempRAW,3);
httpstr += "&dtem1=" + fFTS(dtem1,3);
httpstr += "&am2320temp=" +fFTS(am2320temp, 1);
httpstr += "&am2320hum=" +fFTS(am2320hum, 1);
httpstr += "&Ap=" +fFTS(Ap, 3);
httpstr += "&An=" +fFTS(An, 3);
httpstr += "&Dst=" +fFTS(dst, 3);