1
0
Fork 0
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:
gael 2016-05-08 15:24:29 +02:00
parent 81a49d48b2
commit 6c964164e4
4 changed files with 26 additions and 2 deletions

View file

@ -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',