1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00

Added peripheral device entry "Benewake LIDAR" for UART

This commit is contained in:
Bas Delfos 2018-01-31 20:49:03 +01:00
parent a5b347489c
commit 2a002b97ff
3 changed files with 9 additions and 2 deletions

View file

@ -24,7 +24,8 @@ function MspHelper () {
'TBS_SMARTAUDIO': 11,
'TELEMETRY_IBUS': 12,
'IRC_TRAMP': 13,
'RUNCAM_DEVICE_CONTROL': 14 // support communitate with RunCam Device
'RUNCAM_DEVICE_CONTROL': 14, // support communitate with RunCam Device
'LIDAR_TF': 15
};
}