mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Fix CLI command "bind_rx" for CRSF (#13267)
This commit is contained in:
parent
7cb07d8e8e
commit
5fff78136e
4 changed files with 4 additions and 5 deletions
|
@ -6468,7 +6468,7 @@ const clicmd_t cmdTable[] = {
|
|||
"\t<->[name]", cliBeeper),
|
||||
#endif // USE_BEEPER
|
||||
#if defined(USE_RX_BIND)
|
||||
CLI_COMMAND_DEF("bind_rx", "initiate binding for RX SPI or SRXL2", NULL, cliRxBind),
|
||||
CLI_COMMAND_DEF("bind_rx", "initiate binding for RX SPI, SRXL2 or CRSF", NULL, cliRxBind),
|
||||
#endif
|
||||
#if defined(USE_FLASH_BOOT_LOADER)
|
||||
CLI_COMMAND_DEF("bl", "reboot into bootloader", "[flash|rom]", cliBootloader),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue