From dfa9b629d9107db886d18eba04f96a632b46ad79 Mon Sep 17 00:00:00 2001 From: Gary Kan Date: Sun, 8 Jan 2023 04:00:08 +0800 Subject: [PATCH] Update README.md `fast_serial` serial baud rate should be 230400 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a39a27..f5eec8c 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Next, Type `package-config apply msp-osd` and press ENTER. |`compress_osd`| Enable [compressed transmission](#Compressed-Transmission) - see information above | true/false| false | | `osd_update_rate_hz` | Configure the update rate in hz for the OSD when using compressed transmission | integer | 10 | | `cache_serial` | Cache unimportant MSP messages for seldom-used features (like PID tuning in the DJI Goggles Settings Menu) to reduce serial pressure | true/false | false | -| `fast_serial` | Change serial baud rate to 240400 baud, which can improve OSD performance in some situations | true/false | false | +| `fast_serial` | Change serial baud rate to 230400 baud, which can improve OSD performance in some situations | true/false | false | ## FAQ / Suggestions