Skip to content

Commit

Permalink
Update EditFrequencyElement.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 22, 2024
1 parent c1f7618 commit f79279f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qml/ui/sidebar/EditFrequencyElement.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ import OpenHD 1.0
BaseJoyEditElement{
m_title: "Frequency"

// 5700,5745,5785,5825,5865,5280,5260
// 5700,5745,5785,5825,5865,5260,5280
ListModel{
id: frequencies_model
ListElement {frequency: 5700; verbose:"5700Mhz\nOHD 1"}
ListElement {frequency: 5745; verbose:"5745Mhz\nOHD 2"}
ListElement {frequency: 5785; verbose:"5785Mhz\nOHD 3"}
ListElement {frequency: 5825; verbose:"5825Mhz\nOHD 4"}
ListElement {frequency: 5865; verbose:"5865Mhz\nOHD 5"}
ListElement {frequency: 5280; verbose:"5280Mhz\nOHD 6"}
ListElement {frequency: 5260; verbose:"5260Mhz\nOHD 7"}
ListElement {frequency: 5260; verbose:"5260Mhz\nOHD 6"}
ListElement {frequency: 5280; verbose:"5280Mhz\nOHD 7"}
}
ListModel{
id: frequencies_model_with_5180mhz_lowband
Expand Down

0 comments on commit f79279f

Please sign in to comment.