Skip to content

Commit d078da2

Browse files
committed
UBLOX to ADSB packet converter
1 parent b62cfa8 commit d078da2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

MW_OSD/Config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
//#define SUBMERSIBLE // Uncomment this if you are using a submersible with MS5837 and optional MSP based FC
6363
//#define ADSBSTATION // Uncomment this if you are using PINGRX enabled MAV groundstation
6464
//#define CANVASOSD // Uncomment for permanent canvas mode operation. https://github.com/ShikOfTheRa/scarab-osd/wiki/CANVASOSD
65-
//#define LTM2ADSB // Uncomment for an LTM2ADSB converter
65+
//#define LTM2ADSB // Uncomment for a LTM protocol to ADSB converter
66+
//#define UBLOX2ADSB // Uncomment for a UBLOX protocol to ADSB converter
6667

6768
// old releases supported...
6869
//#define MULTIWII_V23 // Uncomment this if you are using MW versions 2.2/2.3

MW_OSD/Def.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@
188188
#define PROTOCOL_MAVLINK_SHARED_ADSB
189189
#endif // LTM2ADSB
190190

191+
#ifdef UBLOX2ADSB
192+
#define BUDDYFLIGHT
193+
#define GPSOSD_UBLOX
194+
#define PROTOCOL_MAVLINK_SHARED_ADSB
195+
#endif // LTM2ADSB
196+
191197
#ifdef BUDDYFLIGHT
192198
#define ADSBAWARE
193199
#endif // BUDDYFLIGHT

0 commit comments

Comments
 (0)