mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 09:16:01 +03:00
Small error in the Logic Condition docs
This commit is contained in:
parent
c2ee4dd9c9
commit
142aae2c28
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Logic conditions can be edited using INAV Configurator user interface, of via CL
|
|||
|
||||
## CLI
|
||||
|
||||
`logic <rule> <enabled> <operation> <operand A type> <operand A value> <operand B type> <operand B value> <flags>`
|
||||
`logic <rule> <enabled> <activatorId> <operation> <operand A type> <operand A value> <operand B type> <operand B value> <flags>`
|
||||
|
||||
* `<rule>` - ID of Logic Condition rule
|
||||
* `<enabled>` - `0` evaluates as disabled, `1` evaluates as enabled
|
||||
|
@ -102,4 +102,4 @@ All flags are reseted on ARM and DISARM event.
|
|||
|
||||
| bit | Decimal | Function |
|
||||
|---- |---- |---- |
|
||||
| 0 | 1 | Latch - after activation LC will stay active until LATCH flag is reseted |
|
||||
| 0 | 1 | Latch - after activation LC will stay active until LATCH flag is reseted |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue