1
0
Fork 0
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:
Nicola Guerrera 2020-06-24 19:08:37 +02:00 committed by GitHub
parent c2ee4dd9c9
commit 142aae2c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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