File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 62
62
//#define SUBMERSIBLE // Uncomment this if you are using a submersible with MS5837 and optional MSP based FC
63
63
//#define ADSBSTATION // Uncomment this if you are using PINGRX enabled MAV groundstation
64
64
//#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
66
67
67
68
// old releases supported...
68
69
//#define MULTIWII_V23 // Uncomment this if you are using MW versions 2.2/2.3
Original file line number Diff line number Diff line change 188
188
#define PROTOCOL_MAVLINK_SHARED_ADSB
189
189
#endif // LTM2ADSB
190
190
191
+ #ifdef UBLOX2ADSB
192
+ #define BUDDYFLIGHT
193
+ #define GPSOSD_UBLOX
194
+ #define PROTOCOL_MAVLINK_SHARED_ADSB
195
+ #endif // LTM2ADSB
196
+
191
197
#ifdef BUDDYFLIGHT
192
198
#define ADSBAWARE
193
199
#endif // BUDDYFLIGHT
You can’t perform that action at this time.
0 commit comments