mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
[OSD] Add support for FrSky OSD
Add peripheral bit definitions to check the port function mask. Depends on #1851 Depends on #1852
This commit is contained in:
parent
778e834759
commit
6b2c59b571
3 changed files with 9 additions and 1 deletions
|
@ -24,7 +24,8 @@ function MspHelper () {
|
|||
'TELEMETRY_IBUS': 12,
|
||||
'IRC_TRAMP': 13,
|
||||
'RUNCAM_DEVICE_CONTROL': 14, // support communitate with RunCam Device
|
||||
'LIDAR_TF': 15
|
||||
'LIDAR_TF': 15,
|
||||
'FRSKY_OSD': 16,
|
||||
};
|
||||
|
||||
self.REBOOT_TYPES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue