You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,6 @@ This project fully implements ClassA, ClassB and ClassC end-device classes and i
29
29
30
30
For each currently supported platform example applications are provided.
31
31
32
-
***LoRaMac/classA**: ClassA end-device example application.
33
-
34
-
***LoRaMac/classB**: ClassB end-device example application.
35
-
36
-
***LoRaMac/classC**: ClassC end-device example application.
37
-
38
32
***LoRaMac/fuota-test-01**: FUOTA test scenario 01 end-device example application. (Based on provided application common packages)
39
33
40
34
***LoRaMac/periodic-uplink-lpp**: ClassA/B/C end-device example application. Periodically uplinks a frame using the Cayenne LPP protocol. (Based on provided application common packages)
@@ -223,7 +217,7 @@ $ make
223
217
"APPLICATION":"LoRaMac",
224
218
225
219
// Select LoRaMac sub project. You can choose between:
226
-
// classA, classB or classC, periodic-uplink-lpp, fuota-test-01.
220
+
// periodic-uplink-lpp, fuota-test-01.
227
221
"SUB_PROJECT":"periodic-uplink-lpp",
228
222
229
223
// Switch for Class B support of LoRaMac:
@@ -324,7 +318,7 @@ $ make
324
318
"APPLICATION":"ping-pong",
325
319
326
320
// Select LoRaMac sub project. You can choose between:
327
-
// classA, classB or classC, periodic-uplink-lpp, fuota-test-01.
0 commit comments