Skip to content

Commit

Permalink
Update Cli.md
Browse files Browse the repository at this point in the history
Update list of serial functions.

Another test for not building the firmware on doc only changes.
  • Loading branch information
mmosca authored Jun 22, 2024
1 parent fb02b70 commit bc9975b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ A shorter form is also supported to enable and disable a single function using `
| TELEMETRY_SMARTPORT_MASTER | 23 | 8388608 |
| UNUSED | 24 | 16777216 |
| MSP_DISPLAYPORT | 25 | 33554432 |
| GIMBAL_SERIAL | 26 | 67108864 |
| HEADTRACKER_SERIAL | 27 | 134217728 |

Thus, to enable MSP and LTM on a port, one would use the function **value** of 17 (1 << 0)+(1<<4), aka 1+16, aka 17.

Expand Down

0 comments on commit bc9975b

Please sign in to comment.