We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0f1ab commit e366514Copy full SHA for e366514
examples/Example3_InboundPolling/Example3_InboundPolling.ino
@@ -57,13 +57,6 @@ void setup()
57
notecard.begin();
58
#endif
59
60
- // This request marks this device as a "development device". For development devices, the service
61
- // accepts inbound HTTP requests in an open, unauthenticated manner for developer convenience.
62
- // No devices should ever be deployed in this mode, for obvious reasons!
63
- J *req = notecard.newRequest("card.io");
64
- JAddStringToObject(req, "mode", "development-on");
65
- notecard.sendRequest(req);
66
-
67
// Configure the productUID, and instruct the Notecard to stay connected to the service
68
req = notecard.newRequest("hub.set");
69
JAddStringToObject(req, "product", myProductID);
0 commit comments