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

Fix documentation for MSP_MODE_RANGES_EXTRA

This commit is contained in:
Dave Huber 2019-02-17 00:41:39 -06:00
parent da7608f513
commit c2c4641ee6

View file

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