Skip to content

Commit 19c39d5

Browse files
committed
typo
1 parent ebdc8de commit 19c39d5

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"] = (utin32_t) now;
150+
param1["now"] = (uint32_t) now;
151151

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

0 commit comments

Comments
 (0)