mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Support LED cmds GPS, RSSI & Blink in configurator
Implement initial support for new LED commands implemented in CF PR 2101.
This commit is contained in:
parent
81a49d48b2
commit
6c964164e4
4 changed files with 26 additions and 2 deletions
|
@ -126,7 +126,7 @@ var MSP = {
|
|||
unsupported: 0,
|
||||
|
||||
ledDirectionLetters: ['n', 'e', 's', 'w', 'u', 'd'], // in LSB bit order
|
||||
ledFunctionLetters: ['i', 'w', 'f', 'a', 't', 'r', 'c'], // in LSB bit order
|
||||
ledFunctionLetters: ['i', 'w', 'f', 'a', 't', 'r', 'c', 'g', 's', 'b'], // in LSB bit order
|
||||
|
||||
supportedBaudRates: [ // 0 based index.
|
||||
'AUTO',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue