mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 03:49:53 +03:00
Get GVAR status from FC
This commit is contained in:
parent
1f92a1383a
commit
f85a17d1ad
7 changed files with 61 additions and 8 deletions
3
js/fc.js
3
js/fc.js
|
@ -20,7 +20,9 @@ var CONFIG,
|
|||
SERVO_RULES,
|
||||
MOTOR_RULES,
|
||||
LOGIC_CONDITIONS,
|
||||
LOGIC_CONDITIONS_STATUS,
|
||||
GLOBAL_FUNCTIONS,
|
||||
GLOBAL_VARIABLES_STATUS,
|
||||
SERIAL_CONFIG,
|
||||
SENSOR_DATA,
|
||||
MOTOR_DATA,
|
||||
|
@ -172,6 +174,7 @@ var FC = {
|
|||
LOGIC_CONDITIONS = new LogicConditionsCollection();
|
||||
GLOBAL_FUNCTIONS = new GlobalFunctionsCollection();
|
||||
LOGIC_CONDITIONS_STATUS = new LogicConditionsStatus();
|
||||
GLOBAL_VARIABLES_STATUS = new GlobalVariablesStatus();
|
||||
|
||||
MIXER_CONFIG = {
|
||||
yawMotorDirection: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue