diff --git a/src/main/drivers/light_ws2811strip.c b/src/main/drivers/light_ws2811strip.c index 15607cd346..ad10af7173 100644 --- a/src/main/drivers/light_ws2811strip.c +++ b/src/main/drivers/light_ws2811strip.c @@ -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) diff --git a/src/main/target/NAZE/target.h b/src/main/target/NAZE/target.h index d1d09f6043..8a37117e10 100644 --- a/src/main/target/NAZE/target.h +++ b/src/main/target/NAZE/target.h @@ -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