mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-06-30 09:21:01 +02:00
WebSocketClientSocketIOack.ino:150:25: ARDUINOJSON_USE_LONG_LONG fix
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user