mstrens / oXs_on_RP2040

version of openXsensor to be used on raspberry pi pico RP2040 (more protocols, more functionalities)
87 stars 22 forks source link

Sport: fix transmitted value for GPS heading. #97

Open xtofian opened 1 year ago

xtofian commented 1 year ago

Remove division by 1000, because HEADING frame value is already in centi-degrees (division by 1000 already happens in GPS driver at https://github.com/mstrens/oXs_on_RP2040/blob/8a4ef64adb4ba2b69764f8e65827d91974815df9/src/gps.cpp#L510).