mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-14 11:59:53 +03:00
Add HD OSD support (#3071)
* Add HD OSD mode * Update src/js/tabs/osd.js Co-authored-by: Jan Post <Rm2k-Freak@web.de> Co-authored-by: Jan Post <Rm2k-Freak@web.de>
This commit is contained in:
parent
f20290451a
commit
266d5f445d
8 changed files with 271 additions and 70 deletions
|
@ -138,6 +138,9 @@ const MSPCodes = {
|
|||
MSP_BEEPER_CONFIG: 184,
|
||||
MSP_SET_BEEPER_CONFIG: 185,
|
||||
|
||||
MSP_SET_OSD_CANVAS: 188,
|
||||
MSP_OSD_CANVAS: 189,
|
||||
|
||||
MSP_SET_RAW_RC: 200,
|
||||
MSP_SET_RAW_GPS: 201, // Not used
|
||||
MSP_SET_PID: 202,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue