1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

rename operand

This commit is contained in:
Pawel Spychalski (DzikuVx) 2021-05-27 08:29:46 +02:00
parent 9b78e2f92e
commit 585e7da4b5

View file

@ -81,7 +81,7 @@ IPF can be edited using INAV Configurator user interface, of via CLI
| Operand Type | Name | Notes | | Operand Type | Name | Notes |
|---- |---- |---- | |---- |---- |---- |
| 0 | VALUE | Value derived from `value` field | | 0 | VALUE | Value derived from `value` field |
| 1 | RC_CHANNEL | `value` points to RC channel number, indexed from 1 | | 1 | GET_RC_CHANNEL | `value` points to RC channel number, indexed from 1 |
| 2 | FLIGHT | `value` points to flight parameter table | | 2 | FLIGHT | `value` points to flight parameter table |
| 3 | FLIGHT_MODE | `value` points to flight modes table | | 3 | FLIGHT_MODE | `value` points to flight modes table |
| 4 | LC | `value` points to other logic condition ID | | 4 | LC | `value` points to other logic condition ID |