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

Merge pull request #4357 from iNavFlight/jh_misc_cli_updates

update Cli.md for post RC3 options
This commit is contained in:
stronnag 2019-02-13 11:42:39 +00:00 committed by GitHub
commit 355cf4e66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,7 @@ After restoring it's always a good idea to `dump` or `diff` the settings once ag
| `serialpassthrough <id> <baud> <mode>`| where `id` is the zero based port index, `baud` is a standard baud rate, and mode is `rx`, `tx`, or both (`rxtx`) |
| `set` | name=value or blank or * for list |
| `status` | show system status |
| `temp_sensor` | list or configure temperature sensor(s). See docs/Temperature sensors.md |
| `version` | |
## CLI Variable Reference
@ -431,3 +432,4 @@ After restoring it's always a good idea to `dump` or `diff` the settings once ag
| nav_mc_braking_boost_disengage_speed | 100 | BOOST will be disabled when speed goes below this value |
| nav_mc_braking_bank_angle | 40 | max angle that MR is allowed to bank in BOOST mode |
| osd_artificial_horizon_max_pitch | 20 | Max pitch, in degrees, for OSD artificial horizon |
| baro_cal_tolerance | 150 | Baro calibration tolerance in cm. The default should allow the noisiest baro to complete calibration [cm]. |