luisgcu
luisgcu
hello I have similar problem publishing long payloads. StaticJsonBuffer jsonBuffer; JsonObject& root = jsonBuffer.createObject(); root["Lat"] = mobile4data.latitude; root["Lon"] = mobile4data.latitude; root["Volt"] = mobile4data.voltage; root["CTemp"] = mobile4data.coolantTemp; root["FPres"]= mobile4data.fuelPressure; root["EngRpm"] =...
thanks so much for your time and advice, but that didn't work either, can see the payload when printing to serial . but it wont go out with the client.publish...
I got the same problem. 