1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

Merge pull request #379 from gaelj/LED-Show-GPS-3D-fix-status

Support LED cmds GPS, RSSI & Blink in configurator
This commit is contained in:
Albert Kravcov 2016-05-12 00:57:43 +02:00
commit ca9b4662e0
4 changed files with 30 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
last_received_timestamp: null,
analog_last_received_timestamp: null,