Skip to content

Commit 72fca3d

Browse files
committed
changed comments to be more contemporary
1 parent e366514 commit 72fca3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/Example3_InboundPolling/Example3_InboundPolling.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
// In order to use this example,
1212
// 1. Get the device up and running the code below, successfully connecting to the servie
1313
// 2. Use the "Devices" view on notehub.io to determine the DeviceUID of the device, which
14-
// is a unique string that looks like "imei:000000000000000"
14+
// is a unique string that looks like "dev:000000000000000"
1515
// 3. Use the "Settings / Project" view on notehub.io to determine the App UID of your project,
1616
// a unique string that looks like "app:00000000-0000-0000-0000-000000000000"
1717
// 4. At the command line of your PC, send an HTTP message to the service such as:
18-
// curl -L 'http://api.notefile.net/req?project="app:00000000-0000-0000-0000-000000000000"&device="imei:000000000000000"' -d '{"req":"note.add","file":"my-inbound.qi","body":{"my-request-type":"my-request"}}'
18+
// curl -L 'http://api.notefile.net/req?project="app:00000000-0000-0000-0000-000000000000"&device="dev:000000000000000"' -d '{"req":"note.add","file":"my-inbound.qi","body":{"my-request-type":"my-request"}}'
1919
//
2020

2121
#include <Notecard.h>

examples/Example4_InboundInterrupts/Example4_InboundInterrupts.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
// this would mean placing a jumper wire between the pin marked "5" and the pin marked "ATTN".
1515
// 2. Get the device up and running the code below, successfully connecting to the servie
1616
// 3. Use the "Devices" view on notehub.io to determine the DeviceUID of the device, which
17-
// is a unique string that looks like "imei:000000000000000"
17+
// is a unique string that looks like "dev:000000000000000"
1818
// 4. Use the "Settings / Project" view on notehub.io to determine the App UID of your project,
1919
// a unique string that looks like "app:00000000-0000-0000-0000-000000000000"
2020
// 5. At the command line of your PC, send an HTTP message to the service such as:
21-
// curl -L 'http://api.notefile.net/req?project="app:00000000-0000-0000-0000-000000000000"&device="imei:000000000000000"' -d '{"req":"note.add","file":"my-inbound.qi","body":{"my-request-type":"my-request"}}'
21+
// curl -L 'http://api.notefile.net/req?project="app:00000000-0000-0000-0000-000000000000"&device="dev:000000000000000"' -d '{"req":"note.add","file":"my-inbound.qi","body":{"my-request-type":"my-request"}}'
2222
//
2323

2424
#include <Notecard.h>

0 commit comments

Comments
 (0)