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.
Fork of dgps by
Diff: handle/handleGPS.cpp
- Revision:
- 49:06721139d298
- Parent:
- 44:2ae602b89961
- Child:
- 51:d6b64ac3c30d
--- a/handle/handleGPS.cpp Fri Apr 25 23:50:51 2014 +0000 +++ b/handle/handleGPS.cpp Sat Apr 26 04:14:18 2014 +0000 @@ -62,7 +62,7 @@ bool GPSHandle::if_image_location(){ double lon_thresh = 0.00005; double lat_thresh = 0.000035; - USB::getSerial().printf("Checking if at waypoint\r\n"); + //USB::getSerial().printf("Checking if at waypoint\r\n"); DataLocation current_loc = DH::Locs().getC(LHType_locs,DH::Locs().getI(LHType_locs)); DataLocation next_waypoint = DH::Locs().getC(LHType_targ,DH::Locs().getI(LHType_targ)); USB::getSerial().printf("current: %f,%f ... waypoint: %f,%f \r\n",current_loc.getLat(),current_loc.getLon(),next_waypoint.getLat(),next_waypoint.getLon());