Skip to content

Commit

Permalink
fix air recording bug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 8, 2024
1 parent 05cc37c commit 39c839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/widgets/VideoBitrateWidgetGeneric.qml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ BaseWidget {
console.log("try_set_recording_mode "+camera_idx+" "+mode)
var camModel=_airCameraSettingsModel;
var camString="CAM1"
if(camera_idx===2){
if(camera_idx===1){
camModel=_airCameraSettingsModel2;
camString="CAM2"
}
Expand Down

0 comments on commit 39c839d

Please sign in to comment.