mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Removed double up, and remove 4way interface so BEEBRAIN fits.
This commit is contained in:
parent
3fbe5cf8a6
commit
b1844eb5f9
2 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,6 @@ void ws2811LedStripInit(ioTag_t ioTag)
|
|||
const hsvColor_t hsv_white = { 0, 255, 255};
|
||||
setStripColor(&hsv_white);
|
||||
ws2811UpdateStrip();
|
||||
|
||||
ws2811UpdateStrip();
|
||||
}
|
||||
|
||||
bool isWS2811LedStripReady(void)
|
||||
|
|
|
@ -157,7 +157,9 @@
|
|||
// USART2, PA3
|
||||
#define BIND_PIN PA3
|
||||
|
||||
#if !defined(BEEBRAIN)
|
||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
#endif
|
||||
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue