From bc9975b02a79b730106685e266d5a0241faa6132 Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:41:20 -0400 Subject: [PATCH] Update Cli.md Update list of serial functions. Another test for not building the firmware on doc only changes. --- docs/Cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Cli.md b/docs/Cli.md index a3e18229fc0..6a48244a13a 100644 --- a/docs/Cli.md +++ b/docs/Cli.md @@ -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.