1
0
Fork 0
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:
azol 2017-10-19 16:51:48 +08:00
parent aba2fc421c
commit eddf5473f4
4 changed files with 6 additions and 6 deletions

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 39: // BOXCAMERA1
return "CAMERA WI-FI";