Ive been working on this drone that I added a elrs reciever to, it has a Crazybeef4dx v2 Pro board. Everything seems to be working but the motors do not spin. Ive tested the motors with a different board and doesn't work.
# version
# Betaflight / STM32F411 (S411) 4.5.3 Nov 23 2025 / 16:18:46 (0e533ba76) MSP API: 1.46
# config rev: 2c5a8b5
# start the command batch
batch start
# reset configuration to default settings
defaults nosave
board_name CRAZYBEEF4DX
manufacturer_id HAMO
mcu_id 001e003a3439511136383737
signature
# name: Whoop
# feature
feature TELEMETRY
feature OSD
# serial
serial 0 2048 115200 57600 0 115200
# master
set acc_calibration = -95,-126,-14,1
set small_angle = 180
set pid_process_denom = 2
set craft_name = Whoop
profile 0
profile 1
profile 2
profile 3
# restore original profile selection
profile 0
rateprofile 0
rateprofile 1
rateprofile 2
rateprofile 3
# restore original rateprofile selection
rateprofile 0
# save configuration```