1
0
Fork 0
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:
Paweł Spychalski 2024-02-02 10:34:23 +01:00 committed by GitHub
commit bfdd1231ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 735 additions and 17 deletions

View file

@ -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