1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 20:35:19 +03:00

Initial changes to enable new strobe functionality

This commit is contained in:
Marcelo Bezerra 2022-11-09 20:53:53 +01:00
parent 1a33ca1b12
commit 671b2fe49c
4 changed files with 65 additions and 1 deletions

View file

@ -45,6 +45,8 @@ var MSPCodes = {
MSP_SET_LED_COLORS: 47,
MSP_LED_STRIP_CONFIG: 48,
MSP_SET_LED_STRIP_CONFIG: 49,
MSP_LED_STRIP_CONFIG_EX: 248,
MSP_SET_LED_STRIP_CONFIG_EX: 249,
MSP_ADJUSTMENT_RANGES: 52,
MSP_SET_ADJUSTMENT_RANGE: 53,
MSP_CF_SERIAL_CONFIG: 54,