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

0 comments on commit 4984cd3

Please sign in to comment.