forked from Links2004/arduinoWebSockets
WebSocketClientSocketIO.ino:113:25: ArduinoJson, you must set ARDUINOJSON_USE_LONG_LONG error
This commit is contained in:
@ -110,7 +110,7 @@ void loop() {
|
|||||||
|
|
||||||
// add payload (parameters) for the event
|
// add payload (parameters) for the event
|
||||||
JsonObject param1 = array.createNestedObject();
|
JsonObject param1 = array.createNestedObject();
|
||||||
param1["now"] = now;
|
param1["now"] = (uint32_t) now;
|
||||||
|
|
||||||
// JSON to String (serializion)
|
// JSON to String (serializion)
|
||||||
String output;
|
String output;
|
||||||
|
Reference in New Issue
Block a user