1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Add support for LED strip 'color' mode.

This commit is contained in:
Dominic Clifton 2015-01-25 16:22:43 +01:00
parent c5fb803e29
commit 994b04b0aa
4 changed files with 18 additions and 9 deletions

View file

@ -93,8 +93,8 @@ var MSP = {
callbacks: [],
packet_error: 0,
ledDirectionLetters: ['n', 'e', 's', 'w', 'u', 'd'], // in LSB bit order
ledFunctionLetters: ['i', 'w', 'f', 'a', 't', 'r'], // in LSB bit order
ledDirectionLetters: ['n', 'e', 's', 'w', 'u', 'd'], // in LSB bit order
ledFunctionLetters: ['i', 'w', 'f', 'a', 't', 'r', 'c'], // in LSB bit order
read: function (readInfo) {
var data = new Uint8Array(readInfo.data);