Fix ADS-B not updating Altitude in Map #473

This commit will fix altitude not automatically updating when in Map mode. Also set default altitude for AIS to 0.
This commit is contained in:
Žiga Deisinger 2022-01-23 22:34:01 +01:00
parent f42479c190
commit 7af7279ea4
5 changed files with 7 additions and 5 deletions

View file

@ -177,7 +177,7 @@ public:
void focus() override;
void update_position(float lat, float lon, uint16_t angle);
void update_position(float lat, float lon, uint16_t angle, int32_t altitude);
std::string title() const override { return "Map view"; };