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 15421240f1 - Show all commits

View File

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