mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-01 09:51:00 +02:00
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
|
||||
JsonObject param1 = array.createNestedObject();
|
||||
param1["now"] = now;
|
||||
param1["now"] = (uint32_t) now;
|
||||
|
||||
// JSON to String (serializion)
|
||||
String output;
|
||||
|
Reference in New Issue
Block a user