This is an example application based on Mbed-OS LoRaWAN protocol APIs. The Mbed-OS LoRaWAN stack implementation is compliant with LoRaWAN v1.0.2 specification.

Dependencies:   Lorawan_Version_0_1

Dependents:   Lorawan_Version_0_1

Revision:
8:7594ad70d2bf
Parent:
0:7037ed05f54f
Child:
17:2fc16c1d6434
--- a/trace_helper.cpp	Fri Mar 16 07:00:18 2018 +0000
+++ b/trace_helper.cpp	Mon Mar 19 14:15:18 2018 +0000
@@ -77,7 +77,7 @@
      */
     static void trace_printer(const char* str)
     {
-        printf("%s\r\n", str);
+        pc.printf("%s\r\n", str);
     }
 
 #else