GPS working with LoRa code - can't transmit faster that once every 6 seconds

Dependencies:   mbed LoRaWAN-lib_gps_lora SingleFrequencyLora

Revision:
11:f2a7f98cc9bf
Parent:
10:0b5a507b4a4d
--- a/l86.hpp	Tue Nov 14 16:06:16 2017 +0000
+++ b/l86.hpp	Wed Nov 15 15:27:36 2017 +0000
@@ -56,12 +56,12 @@
 
 typedef struct GPS_data
 {
-    char UTC_Time[10];
-    char Latitude[10];
-    char Longitude[11];
-    char Speed_Over_Ground[4];
-    char Course_Over_Ground[4];
-    char Date[6];
+    char UTC_Time[11];
+    char Latitude[11];
+    char Longitude[12];
+    char Speed_Over_Ground[5];
+    char Course_Over_Ground[7];
+    char Date[7];
     char Valid[2];
 }GPS_data;