-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SBus-Output: potential misconfiguration #11430
Description
Setting a UART to SBUS-output via GUI or CLI is useless until setting serial_protocol = SBUS oder SBUS_PWM.
Refer to #11429
Assuming that two UARTs can both output SBUS at the same time, lead me todo something like teh following:
serial 0 4194304 0 0 0 0
serial 1 4194304 0 0 0 0
This is also reported back as valid, so it should work one would think:
serial
serial 20 1 115200 115200 0 115200
serial 0 4194304 0 0 0 0
serial 1 4194304 0 0 0 0
serial 2 0 115200 115200 0 115200
serial 3 0 115200 115200 0 115200
serial 4 64 115200 115200 0 115200
serial 5 0 115200 115200 0 115200
But unfortunately only UART1 (serial 0) is configured to SBus (the code searches in ascending order an stops on first match).
I think at least the CLI serial should report the correct configuration in effective use.