tom-r / tactics_pi

a performance enhancement of dashboard_pi for OpenCPN
16 stars 14 forks source link

Fixed negative true heading if magnetic heading is negative. #22

Closed trudK45 closed 6 years ago

trudK45 commented 6 years ago

Made the true heading modulo 360 degrees so it no longer can be <0 or >360.

tom-r commented 6 years ago

Thanks for fixing. Merged.