Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable LEDs by default on JBF7PRO #8412

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/target/IFLIGHT_JBF7PRO/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@
#define USE_RANGEFINDER
#define RANGEFINDER_I2C_BUS BUS_I2C1

#define DEFAULT_FEATURES (FEATURE_TX_PROF_SEL | FEATURE_CURRENT_METER | FEATURE_TELEMETRY | FEATURE_VBAT | FEATURE_OSD)
#define DEFAULT_FEATURES (FEATURE_TX_PROF_SEL | FEATURE_CURRENT_METER | FEATURE_TELEMETRY | FEATURE_VBAT | FEATURE_OSD | FEATURE_LED_STRIP)

#define USE_LED_STRIP
#define WS2811_PIN PA8 // TIM2_CH1
#define WS2811_PIN PA8

#define USE_SERIAL_4WAY_BLHELI_INTERFACE

Expand Down