From a5ab09cf831631b8ff4737c002ffa7aa7f1e04eb Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Sun, 5 May 2024 21:40:21 -0400 Subject: [PATCH] Update config.h (#414) Remove ESC telemetry define because this stack ships with a BLHeli_S ESC, and Speedybee does not even make a 20x20 BLHeli32 ESC. https://www.speedybee.com/speedybee-f405-mini-bls-35a-20x20-stack/ --- configs/SPEEDYBEEF405MINI/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/SPEEDYBEEF405MINI/config.h b/configs/SPEEDYBEEF405MINI/config.h index a41ca3dc..8c7fadb8 100644 --- a/configs/SPEEDYBEEF405MINI/config.h +++ b/configs/SPEEDYBEEF405MINI/config.h @@ -90,7 +90,6 @@ #define SERIALRX_UART SERIAL_PORT_USART2 #define MSP_UART SERIAL_PORT_UART4 -#define ESC_SENSOR_UART SERIAL_PORT_UART5 #define MAG_I2C_INSTANCE (I2CDEV_1) #define BARO_I2C_INSTANCE (I2CDEV_1)