1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control
1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.
fix the wrong comments in adjustRunCamSplitBoxNameWithModeID()
remove the codes and resources that are no longer needed.
cleanup up the codes.
Cleanup
Cleanup
Fix the box name error(POWERE - > POWER)
remove the variables for runcam split that no longer needed.
Add runcam split support, the user can setup runcam split control with mixer in remote control
1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control
1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.
fix the wrong comments in adjustRunCamSplitBoxNameWithModeID()
remove the codes and resources that are no longer needed.
cleanup up the codes.
Cleanup
Cleanup
Fix the box name error(POWERE - > POWER)
remove the variables for runcam split that no longer needed.
add apiVersion check for runcam split support(show runcam split peripheral option in Ports tab)
Use 1.3.7 of apiVersion to check whether the runcam split supported
Per betaflight/#3391
In detected sensor field (16-bits), lower 5-bits (bits 0-4) represents
traditional sensors (ACC, BARO, MAG, GPS and SONAR).
Bit 5 is an extension bit, and if present, bit 6 indicates gyro
detection status.
when unplugging USB cable while in CLI mode.
Note: Various different exception scenarious were encountered in testing, the main solution seemed to be not trying to send when disconnected (!). Other state related issues were found along the way.