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

Add MSP_MULTIPLE_MSP command

This commit is contained in:
Miguel Angel Mulero Martinez 2019-08-29 10:23:50 +02:00
parent a1349e6ac5
commit bb2334ca56
3 changed files with 67 additions and 0 deletions

View file

@ -61,6 +61,7 @@ var COPY_PROFILE;
var VTX_CONFIG;
var VTXTABLE_BAND;
var VTXTABLE_POWERLEVEL;
var MULTIPLE_MSP;
var DEFAULT;
var FC = {
@ -519,6 +520,10 @@ var FC = {
vtxtable_powerlevel_label: 0,
};
MULTIPLE_MSP = {
msp_commands: [],
};
DEFAULT = {
gyro_lowpass_hz: 100,
gyro_lowpass_dyn_min_hz: 150,