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:
71:ca2425c0a864
Parent:
70:65b2f1cc2859
Child:
72:67c5bce77999
--- a/GPS/GPS.h	Tue Jan 21 13:20:59 2020 +0000
+++ b/GPS/GPS.h	Fri Jan 24 07:32:42 2020 +0000
@@ -81,6 +81,8 @@
     bool is_idle;
     bool manual_tracking;
     
+    bool GPS_signal_okay;
+    
     /** The NMEA sentence */
     char msg[256];