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:
parent
68230b103e
commit
d671bff583
14 changed files with 295 additions and 26 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue