mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Merge pull request #7594 from dthubereng/mode_ranges_extra_api_doc_fix
Fix documentation for MSP_MODE_RANGES_EXTRA
This commit is contained in:
commit
a79cae310c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ following fields:
|
||||||
|------|------|-------|
|
|------|------|-------|
|
||||||
| permanentId | uint8 | See Modes.md for a definition of the permanent ids |
|
| permanentId | uint8 | See Modes.md for a definition of the permanent ids |
|
||||||
| modeLogic | uint8 | 0 = Logic AND; 1 = Logic OR |
|
| modeLogic | uint8 | 0 = Logic AND; 1 = Logic OR |
|
||||||
| linkedTo | uint8 | Permanent id to which this mode is linked. Range is ignored if linked. |
|
| linkedTo | uint8 | Permanent id to which this mode is linked. |
|
||||||
|
|
||||||
Thus, for a cleanflight firmware with 20 slots, 61 bytes (including prepended size) would be returned in response to
|
Thus, for a cleanflight firmware with 20 slots, 61 bytes (including prepended size) would be returned in response to
|
||||||
MSP\_MODE\_RANGES\_EXTRA.
|
MSP\_MODE\_RANGES\_EXTRA.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue