mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 21:54:27 -04:00
Significantly improved adsb demod
Change preamble detection, reduce cpu load
This commit is contained in:
parent
0fed64636a
commit
be01ca6da1
8 changed files with 6632 additions and 80 deletions
|
@ -167,6 +167,8 @@ public:
|
|||
void update(const AircraftRecentEntry& entry);
|
||||
|
||||
std::string title() const override { return "Details"; };
|
||||
|
||||
AircraftRecentEntry get_current_entry() { return entry_copy; }
|
||||
|
||||
private:
|
||||
AircraftRecentEntry entry_copy { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue