Skip to content

Commit

Permalink
Update PopupTxPowerEditor.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 16, 2024
1 parent d59121a commit fdff3c2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -218,24 +218,6 @@ PopupBigGeneric{
ListElement {title: "~800mW"; value: 100}
ListElement {title: "~1000mW"; value: 200}
}
//RTL8812EU begin
ListModel{
id: model_rtl8812eu_manufacturer_lb_link
ListElement {title: "Please select"; value: -1}
ListElement {title: "~25mW"; value: 25}
ListElement {title: "~100mW"; value: 100}
ListElement {title: "~300mW"; value: 300}
ListElement {title: "~500mW"; value: 500}
ListElement {title: "~800mW"; value: 800}
ListElement {title: "~1000mW"; value: 1000}
}
ListModel{
id: model_rtl8812eu_manufacturer_openhd
ListElement {title: "Please select"; value: -1}
ListElement {title: "~300mW"; value: 25}
ListElement {title: "~800mW"; value: 100}
ListElement {title: "~1000mW"; value: 200}
}
//QUALCOMM begin
ListModel{
id: model_qualcomm_manufacturer_coretronic
Expand Down

0 comments on commit fdff3c2

Please sign in to comment.