princeriley / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Standard GCS info display Revision 713 CRS display #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CRS number is way off in GCS display. Using MTK GPS unit.
Here is my solution.

            Serial.print(",CRS:");
            Serial.print(ground_course/1000000,DEC);

Original issue reported on code.google.com by earlcamp...@gmail.com on 24 Aug 2010 at 8:12

GoogleCodeExporter commented 9 years ago
This is an issue with the Library. 

Original comment by jasonshort on 26 Aug 2010 at 2:23