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 e73349f commit 4a723e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qml/ui/sidebar/MappedMavlinkChoices.qml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ Item {
}
ListModel{
id: elements_frequency_scan
ListElement {value: 0; verbose:"OHD"}
ListElement {value: 1; verbose:"5.8"}
ListElement {value: 2; verbose:"2.4"}
ListElement {value: 3; verbose:"ALL"}
//ListElement {value: 4; verbose:"CUSTOM"}
ListElement {value: -1; verbose:"OHD"}
ListElement {value: 0; verbose:"5.8"}
ListElement {value: 1; verbose:"2.4"}
ListElement {value: 2; verbose:"ALL"}
//ListElement {value: 3; verbose:"CUSTOM"}
}
ListModel{
id: elements_model_rate
Expand Down

0 comments on commit 4a723e1

Please sign in to comment.