1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +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:
Michael Keller 2019-02-19 01:58:24 +13:00 committed by GitHub
commit a79cae310c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ following fields:
|------|------|-------|
| permanentId | uint8 | See Modes.md for a definition of the permanent ids |
| 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
MSP\_MODE\_RANGES\_EXTRA.