WebSocketClientSocketIOack.ino:150:25: ARDUINOJSON_USE_LONG_LONG fix

This commit is contained in:
Links
2020-07-11 18:16:34 +02:00
parent f244741caa
commit 44fb41e3b7

View File

@ -147,7 +147,7 @@ void loop() {
// add payload (parameters) for the event
JsonObject param1 = array.createNestedObject();
param1["now"] = now;
param1["now"] = (utin32_t) now;
// JSON to String (serializion)
String output;