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

Support more than 32-bits of modes using MSP_ACTIVEBOXES API

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2017-10-10 20:55:04 +10:00
parent afc8722085
commit 16a23cd39a
4 changed files with 24 additions and 7 deletions

View file

@ -82,7 +82,7 @@ var MSPCodes = {
MSP_ANALOG: 110,
MSP_RC_TUNING: 111,
MSP_PID: 112,
MSP_BOX: 113,
MSP_ACTIVEBOXES: 113,
MSP_MISC: 114,
MSP_MOTOR_PINS: 115,
MSP_BOXNAMES: 116,