mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Merge pull request #9355 from error414/adsb
Adsb support pingRX / Aerobit TT-SC1
This commit is contained in:
commit
bfdd1231ba
30 changed files with 735 additions and 17 deletions
|
@ -183,6 +183,14 @@
|
|||
|
||||
#define USE_CMS_FONT_PREVIEW
|
||||
|
||||
//ADSB RECEIVER
|
||||
#ifdef USE_GPS
|
||||
#define USE_ADSB
|
||||
#define MAX_ADSB_VEHICLES 5
|
||||
#define ADSB_LIMIT_CM 6400000
|
||||
#endif
|
||||
|
||||
|
||||
//Designed to free space of F722 and F411 MCUs
|
||||
#if (MCU_FLASH_SIZE > 512)
|
||||
#define USE_VTX_FFPV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue