Skip to content

Commit

Permalink
Update MavlinkChoiceElement2.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 20, 2024
1 parent 2441660 commit 8c8963a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions qml/ui/sidebar/MavlinkChoiceElement2.qml
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,10 @@ BaseJoyEditElement2{
populate_display_text="N/A";
return;
}
if(m_param_id==mPARAM_ID_FREQUENCY_SCAN){
populate_display_text="Debug";
return;
}
update_display_text(curr_frequency_scan);
m_param_exists=true;
}
if(m_param_id==mPARAM_ID_FREQUENCY_SCAN){
populate_display_text="Debug";
return;
}
if(m_param_id==mPARAM_ID_FREQUENCY){
if(curr_channel_mhz<=0){
m_param_exists=false;
Expand Down

0 comments on commit 8c8963a

Please sign in to comment.