mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
Change 'RunCam Split' to 'RunCam Device'
This commit is contained in:
parent
7bb293e447
commit
1b22a924a3
4 changed files with 5 additions and 5 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue