Feature Request
Problem
Currently the CRSF protocol baud rate is hardcoded to 420000 in the INAV firmware.
There is no way to change it via CLI or GUI.
Some users need to use CRSF at lower baud rates (e.g., 115200) for compatibility
with specific hardware setups or direct connections to radios/other devices
that operate at 115200 baud.
Proposed Solution
Add a CLI parameter to configure CRSF baud rate, for example:
set crsf_baudrate = 115200
This would allow users to select baud rates like 300, 600, 1200, 2400, 4800, 9600, 19200, 38 400, 57600, 115200, 230400. 460800, 921600 or 420000 depending on their needs.
Current Workaround
Currently the only option is to recompile the firmware with modified
CRSF_BAUDRATE define, which is inconvenient and requires technical knowledge.
Additional Context
- Hardware: [ F4V3S Plus Sp Racing F4]
- INAV version: [9.0.1]
- Radio: Radiomaster TX12 with EdgeTX/MPM
Thank you for considering this feature!
Feature Request
Problem
Currently the CRSF protocol baud rate is hardcoded to 420000 in the INAV firmware.
There is no way to change it via CLI or GUI.
Some users need to use CRSF at lower baud rates (e.g., 115200) for compatibility
with specific hardware setups or direct connections to radios/other devices
that operate at 115200 baud.
Proposed Solution
Add a CLI parameter to configure CRSF baud rate, for example:
set crsf_baudrate = 115200
This would allow users to select baud rates like 300, 600, 1200, 2400, 4800, 9600, 19200, 38 400, 57600, 115200, 230400. 460800, 921600 or 420000 depending on their needs.
Current Workaround
Currently the only option is to recompile the firmware with modified
CRSF_BAUDRATE define, which is inconvenient and requires technical knowledge.
Additional Context
Thank you for considering this feature!