You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,8 @@ When enabled, this should fix INAV delta update related issues as well as provid
249
249
250
250
To enable:
251
251
252
+
This option is enabled by default as of 0.10.0, however, if you upgraded from an older version, your configuration file will need to be updated by hand as well.
253
+
252
254
Use the CLI button in the configurator on your VTx side after updating to 0.7.0.
253
255
254
256
```
@@ -258,9 +260,7 @@ package-config apply msp-osd
258
260
259
261
If the apply hangs, just reboot your VTx.
260
262
261
-
Note that INAV HD mode sync issues may still be present, use the usual workarounds (enter menu or switch screens) to fix these.
262
-
263
-
Compressed mode may also be valuable for other FCs, as it should make the overall link much more reliable and stable.
263
+
If you continue to have issues with especially INAV character corruption, it is likely your serial link is saturated. Check that the "Custom OSD" option in your DJI goggles menus is set to _disabled_ , and also try out the cache_serial option.
264
264
265
265
### Generate your own Font from an analog font (advanced)
266
266
@@ -303,8 +303,8 @@ To apply options, type `package-config apply msp-osd`.
303
303
|`show_au_data`| enables AU data overlay on the right | true/false | false |
|`hide_diagnostics`| hide the diagnostic information in the bottom right | true/false | false |
306
-
|`rec_enabled`| enable OSD recording to .msp files alongside video | true/false |false|
307
-
|`rec_pb_enabled`| enable OSD playback if .msp file is stored alongside video | true/false |false|
306
+
|`rec_enabled`| enable OSD recording to .msp files alongside video | true/false |true|
307
+
|`rec_pb_enabled`| enable OSD playback if .msp file is stored alongside video | true/false |true|
308
308
309
309
310
310
So for example, to disable the WAITING message:
@@ -319,7 +319,7 @@ Next, Type `package-config apply msp-osd` and press ENTER.
319
319
320
320
| Option | Description | Type | Default|
321
321
| ------ | ----------- | ---- |--------|
322
-
|`compress_osd`| Enable [compressed transmission](#Compressed-Transmission) - see information above | true/false|false|
322
+
|`compress_osd`| Enable [compressed transmission](#Compressed-Transmission) - see information above | true/false|true|
323
323
|`osd_update_rate_hz`| Configure the update rate in hz for the OSD when using compressed transmission | integer | 10 |
324
324
|`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 |
325
325
|`fast_serial`| Change serial baud rate to 240400 baud, which can improve OSD performance in some situations | true/false | false |
0 commit comments