1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

request and store MSP_BOXIDS (for reasons unknown at the moment)

This commit is contained in:
cTn 2014-07-11 17:52:56 +02:00
parent 930a7f482f
commit 8a52551671
3 changed files with 11 additions and 2 deletions

View file

@ -40,6 +40,7 @@ var RC_tuning = {
var AUX_CONFIG = [];
var AUX_CONFIG_values = [];
var AUX_CONFIG_IDS = [];
var SERVO_CONFIG = [];