Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Lorawan_Version_0_1
Dependents: Lorawan_Version_0_1
Diff: GPS/GPS.cpp
- Revision:
- 68:41fff9c3fb4f
- Parent:
- 67:7bb75ed97500
- Child:
- 69:316fee01f5d9
--- a/GPS/GPS.cpp	Wed Jan 15 08:37:29 2020 +0000
+++ b/GPS/GPS.cpp	Fri Jan 17 13:46:31 2020 +0000
@@ -63,7 +63,7 @@
        
     for (h = 0; h < 10; h++) 
     {
-        printf("\n[GPS] Line %i:",h); 
+        //printf("\n[GPS] Line %i:",h); 
         getline();  
         
         if(sscanf(msg, "GPGGA,%f,%f,%c,%f,%c,%d,%d,%f,%f,%c,%f", &time, &latitude, &ns, &longitude, &ew, &lock, &sats, &hdop, &alt, &unit, &geoid)>0) {