Skip to content

Commit f8b4e54

Browse files
authored
Update Example3_InboundPolling.ino (#41)
It should be inbound mode for periodic communication.
1 parent 5bd84f1 commit f8b4e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example3_InboundPolling/Example3_InboundPolling.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void setup()
7272
JAddBoolToObject(req, "sync", true); // Automatically sync when changes are made on notehub
7373
#else
7474
JAddStringToObject(req, "mode", "periodic");
75-
JAddNumberToObject(req, "outbound", 60);
75+
JAddNumberToObject(req, "inbound", 60);
7676
#endif
7777
notecard.sendRequest(req);
7878

0 commit comments

Comments
 (0)