Adjust Kconfig values for new CYD variant

This commit is contained in:
maddiebaka
2026-03-12 11:10:57 -04:00
parent f02d138ffa
commit 9fe77e4e41
+9 -3
View File
@@ -1,12 +1,12 @@
menu "Pin Mapping Configuration" menu "Pin Mapping Configuration"
config ESC_CTRL_PIN config ESC_CTRL_PIN
int "ESC control GPIO pin" int "ESC control GPIO pin"
default 22 default 18
help help
This is the pin used for sending DSHOT packets to the ESC. This is the pin used for sending DSHOT packets to the ESC.
config TELEMETRY_RX_PIN config TELEMETRY_RX_PIN
int "ESC telemetry uart rx pin" int "ESC telemetry uart rx pin"
default 27 default 19
help help
This is the pin used for receiving UART telemetry from the ESC. This is the pin used for receiving UART telemetry from the ESC.
config TFT_MISO config TFT_MISO
@@ -39,7 +39,13 @@ menu "Pin Mapping Configuration"
default 21 default 21
help help
This is the pin for backlight control on the SPI LCD. This is the pin for backlight control on the SPI LCD.
config MOTOR_POLECOUNT
int "Pole count of motor driven by ESC"
default 6
help
This is the number of magnetic poles on your motor, which is used to calculate actual RPM
from electrical RPM.
config TOUCH_IRQ config TOUCH_IRQ
int "SPI touchscreen IRQ pin" int "SPI touchscreen IRQ pin"