mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 12:25:13 +03:00
Merge pull request #339 from iNavFlight/agh_trace_msp
Add support for viewing trace output via MSP from the sensors tab
This commit is contained in:
commit
353b5f7e36
8 changed files with 76 additions and 1 deletions
3
js/fc.js
3
js/fc.js
|
@ -47,7 +47,8 @@ var CONFIG,
|
|||
CALIBRATION_DATA,
|
||||
POSITION_ESTIMATOR,
|
||||
RTH_AND_LAND_CONFIG,
|
||||
FW_CONFIG;
|
||||
FW_CONFIG,
|
||||
DEBUG_TRACE;
|
||||
|
||||
var FC = {
|
||||
MAX_SERVO_RATE: 125,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue