Use SGP4 Propagator for GPS #770
@ -45,6 +45,7 @@ enum SafeModeStrategy : uint8_t {
|
|||||||
enum GpsSource : uint8_t {
|
enum GpsSource : uint8_t {
|
||||||
NONE,
|
NONE,
|
||||||
GPS,
|
GPS,
|
||||||
|
PROPAGATION,
|
||||||
|
|||||||
SPG4,
|
SPG4,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user
better names would be nice
done