diff --git a/README.md b/README.md index abe6629..1e0f03f 100644 --- a/README.md +++ b/README.md @@ -288,10 +288,12 @@ To apply options, type `package-config apply msp-osd`. |`fakehd_hide_menu_switch`| FakeHD will hide the menu switch set above; and the next 5 characters | true / false | false | | `fakehd_rows` | FakeHD row alignment config, each character configures the alignment for one row | 16 characters, each one of L C R W T F D | WWWWWWCCWWWWWWWD | | `fakehd_columns` | FakeHD column alignment config | Single character, one of T M B S | S | -|`fakehd_lock_center`| Lock FakeHD in centered mode all the time; no gaps/spreading out even when you are flying.| true / false | false | -|`show_au_data`| enables AU data overlay on the right | true/false| false | -|`show_waiting`| enables or disables MSP WAITING message | true/false.| true | -|`hide_diagnostics`| hide the diagnostic information in the bottom right | true/false.| false | +|`fakehd_lock_center`| Lock FakeHD in centered mode all the time; no gaps/spreading out even when you are flying. | true/false | false | +|`show_au_data`| enables AU data overlay on the right | true/false | false | +|`show_waiting`| enables or disables MSP WAITING message | true/false | true | +|`hide_diagnostics`| hide the diagnostic information in the bottom right | true/false | false | +|`rec_enabled`| enable OSD recording to .msp files alongside video | true/false | false | +|`rec_pb_enabled`| enable OSD playback if .msp file is stored alongside video | true/false | false | So for example, to disable the WAITING message: diff --git a/ipk/airunit/control/control b/ipk/airunit/control/control index 4c65b42..a4e345d 100644 --- a/ipk/airunit/control/control +++ b/ipk/airunit/control/control @@ -1,5 +1,5 @@ Package: msp-osd -Version: 0.8.0 +Version: 0.9.0 Maintainer: bri3d Description: MSP OSD service for the DJI HD FPV airunit. Architecture: pigeon-airside diff --git a/ipk/goggle/control/control b/ipk/goggle/control/control index bbf7fa9..e4851f0 100644 --- a/ipk/goggle/control/control +++ b/ipk/goggle/control/control @@ -1,5 +1,5 @@ Package: msp-osd -Version: 0.8.0 +Version: 0.9.0 Maintainer: bri3d Description: MSP OSD service for the DJI HD FPV goggles. Architecture: pigeon-glasses