Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
944fab8b
Unverified
Commit
944fab8b
authored
Apr 07, 2021
by
Dylan Jones
Browse files
TEMPORARY HACK: remove OSD support to fit in flash
parent
ac180fd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/target/MATEKF411/target.h
View file @
944fab8b
...
...
@@ -55,7 +55,7 @@
#define SPI2_MISO_PIN PB14
#define SPI2_MOSI_PIN PB15
#define USE_OSD
//
#define USE_OSD
#define USE_MAX7456
#define MAX7456_SPI_BUS BUS_SPI2
#define MAX7456_CS_PIN PB12
...
...
@@ -153,7 +153,7 @@
#define WS2811_PIN PA8
#endif
// *************** OTHERS *************************
#define DEFAULT_FEATURES (FEATURE_TX_PROF_SEL |
FEATURE_OSD |
FEATURE_CURRENT_METER | FEATURE_VBAT | FEATURE_TELEMETRY | FEATURE_SOFTSERIAL )
#define DEFAULT_FEATURES (FEATURE_TX_PROF_SEL | FEATURE_CURRENT_METER | FEATURE_VBAT | FEATURE_TELEMETRY | FEATURE_SOFTSERIAL )
#define USE_SPEKTRUM_BIND
#define BIND_PIN PA10 // RX1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment