Fix ADSB vechiles on map in GPS TAB#2554
Fix ADSB vechiles on map in GPS TAB#2554sensei-hacker merged 1 commit intoiNavFlight:maintenance-9.xfrom
Conversation
…le.getColor is not a function
Branch Targeting SuggestionYou've targeted the
If This is an automated suggestion to help route contributions to the appropriate branch. |
Review Summary by QodoFix ADSB vehicle map rendering and optimize fixed-wing defaults
WalkthroughsDescription• Fix JavaScript error in ADSB vehicle rendering on GPS map - Changed backgroundFill from string to Fill object with color property • Add looptime=1000ms default for fixed-wing aircraft - Reduces CPU load and SD card wear on F4 boards • Correct configuration key syntax in defaults - Remove "set" prefix from nav_fw_alt_control_response key Diagramflowchart LR
A["ADSB Vehicle Rendering"] -->|Fix backgroundFill type| B["Use Fill object instead of string"]
C["Fixed-Wing Defaults"] -->|Add looptime| D["1000ms loop time"]
E["Configuration Keys"] -->|Remove prefix| F["nav_fw_alt_control_response"]
B --> G["Resolve TypeError in canvas rendering"]
D --> H["Reduce CPU and SD load"]
File Changes1. js/defaults_dialog_entries.js
|
Code Review by Qodo
1. Looptime preset may be ignored
|
There was JS error