1
0
Fork 0
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:
Konstantin Sharlaimov 2018-02-13 17:49:36 +10:00 committed by GitHub
commit 353b5f7e36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 76 additions and 1 deletions

View file

@ -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,