mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 09:15:42 +03:00
Change 'RunCam Split' to 'RunCam Device'
This commit is contained in:
parent
aba2fc421c
commit
eddf5473f4
4 changed files with 6 additions and 6 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 39: // BOXCAMERA1
|
||||
return "CAMERA WI-FI";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue