Re-added OSD support to OMNIBUS.
This commit is contained in:
parent
83500631cf
commit
6c3b0470ec
|
@ -26,6 +26,8 @@
|
|||
#undef USE_GYRO_OVERFLOW_CHECK
|
||||
#undef USE_GYRO_LPF2
|
||||
|
||||
#undef USE_ITERM_RELAX
|
||||
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
#undef USE_TELEMETRY_MAVLINK
|
||||
#undef USE_TELEMETRY_LTM
|
||||
|
@ -116,6 +118,7 @@
|
|||
// feature name (includes source) -> MAX_OSD, used in target.mk
|
||||
|
||||
// include the max7456 driver
|
||||
#define USE_OSD
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_INSTANCE SPI1
|
||||
#define MAX7456_SPI_CS_PIN PB1
|
||||
|
|
Loading…
Reference in New Issue