Skip to content

Commit

Permalink
Update MappedMavlinkChoices.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 25, 2024
1 parent 179400c commit 1ee4e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/sidebar/MappedMavlinkChoices.qml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Item {
}
return frequencies_model;
}else if(param_id=="FREQUENCY_SCAN"){
return elements_frequency_scan;
return frequencies_model_with_5180mhz_lowband;
}else if(param_id=="CHANNEL_WIDTH"){
return elements_model_channel_width;
}else if(param_id=="RATE"){
Expand Down

0 comments on commit 1ee4e11

Please sign in to comment.