1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Change 'RunCam Split' to 'RunCam Device'

This commit is contained in:
azol 2017-10-19 17:23:52 +08:00
parent 7bb293e447
commit 1b22a924a3
4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -14,7 +14,7 @@ function isPeripheralSelected(peripheralName) {
// Adjust the real name for a modeId. Useful if it belongs to a peripheral
function adjustBoxNameIfPeripheralWithModeID(modeId, defaultName) {
if (isPeripheralSelected("RUNCAM_SPLIT_CONTROL")) {
if (isPeripheralSelected("RUNCAM_DEVICE_CONTROL")) {
switch (modeId) {
case 32: // BOXCAMERA1
return chrome.i18n.getMessage('modeCameraWifi');