Skip to content

Commit

Permalink
UBLOX to ADSB packet converter
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikOfTheRa committed Jul 15, 2020
1 parent b62cfa8 commit d078da2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MW_OSD/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
//#define SUBMERSIBLE // Uncomment this if you are using a submersible with MS5837 and optional MSP based FC
//#define ADSBSTATION // Uncomment this if you are using PINGRX enabled MAV groundstation
//#define CANVASOSD // Uncomment for permanent canvas mode operation. https://github.com/ShikOfTheRa/scarab-osd/wiki/CANVASOSD
//#define LTM2ADSB // Uncomment for an LTM2ADSB converter
//#define LTM2ADSB // Uncomment for a LTM protocol to ADSB converter
//#define UBLOX2ADSB // Uncomment for a UBLOX protocol to ADSB converter

// old releases supported...
//#define MULTIWII_V23 // Uncomment this if you are using MW versions 2.2/2.3
Expand Down
6 changes: 6 additions & 0 deletions MW_OSD/Def.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@
#define PROTOCOL_MAVLINK_SHARED_ADSB
#endif // LTM2ADSB

#ifdef UBLOX2ADSB
#define BUDDYFLIGHT
#define GPSOSD_UBLOX
#define PROTOCOL_MAVLINK_SHARED_ADSB
#endif // LTM2ADSB

#ifdef BUDDYFLIGHT
#define ADSBAWARE
#endif // BUDDYFLIGHT
Expand Down

0 comments on commit d078da2

Please sign in to comment.