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

First cut of functional 'Ports' tab. Support backup and restore of

serial port scenarios and baud rates.  Add note to 'features' tab.
This commit is contained in:
Dominic Clifton 2015-01-03 00:57:56 +00:00
parent 68230b103e
commit d671bff583
14 changed files with 295 additions and 26 deletions

View file

@ -75,6 +75,14 @@ var ADJUSTMENT_RANGES = [];
var SERVO_CONFIG = [];
var SERIAL_CONFIG = {
ports: [],
mspBaudRate: 0,
gpsBaudRate: 0,
gpsPassthroughBaudRate: 0,
cliBaudRate: 0,
};
var SENSOR_DATA = {
gyroscope: [0, 0, 0],
accelerometer: [0, 0, 0],