mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
Move PID gains to UINT16 instead of UINT8. Keep it compatible on the MSP level
This commit is contained in:
parent
ebf581c871
commit
d32fe6dea5
12 changed files with 122 additions and 65 deletions
|
@ -80,6 +80,7 @@ IPF can be edited using INAV Configurator user interface, of via CLI
|
|||
| 3 | FLIGHT_MODE | `value` points to flight modes table |
|
||||
| 4 | LC | `value` points to other logic condition ID |
|
||||
| 5 | GVAR | Value stored in Global Variable indexed by `value`. `GVAR 1` means: value in GVAR 1 |
|
||||
| 5 | PID | Output of a Programming PID indexed by `value`. `PID 1` means: value in PID 1 |
|
||||
|
||||
#### FLIGHT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue