mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 23:33:54 +08:00
* Avoid redefining pi, use instead math.pi or M_PI from math.h * Revert overwriting of the gpsPi variable, which is part the GPS standard. * Move standard library imports to top, remove standard library import comments.