8000 WebSocketClientSocketIOack.ino:150:25: ARDUINOJSON_USE_LONG_LONG fix · pascalodek/arduinoWebSockets@44fb41e · GitHub
[go: up one dir, main page]

Skip to content

Commit 44fb41e

Browse files
committed
WebSocketClientSocketIOack.ino:150:25: ARDUINOJSON_USE_LONG_LONG fix
1 parent f244741 commit 44fb41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp8266/WebSocketClientSocketIOack/WebSocketClientSocketIOack.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ void loop() {
147147

148148
// add payload (parameters) for the event
149149
JsonObject param1 = array.createNestedObject();
150-
param1["now"] = now;
150+
param1["now"] = (utin32_t) now;
151151

152152
// JSON to String (serializion)
153153
String output;

0 commit comments

Comments
 (0)
0