Use SGP4 Propagator for GPS #770

Merged
muellerr merged 33 commits from use-sgp4-propagator into main 2023-08-14 15:47:33 +02:00
Showing only changes of commit 947eef7170 - Show all commits

View File

@ -45,6 +45,7 @@ enum SafeModeStrategy : uint8_t {
enum GpsSource : uint8_t {
NONE,
GPS,
PROPAGATION,
SPG4,
};