Marklanet
Results
1
comments of
Marklanet
bool isGpsReady; // try clearing previous gps data 10 times, break at first success for (int i = 0; i < 10; i++) { if (GPS_ClearInfoInFlash()) { Trace(2, "Erase gps...