Skip to content

Commit

Permalink
Merge pull request #686 from OpenHD/consti-dev
Browse files Browse the repository at this point in the history
tx power GUI improvements
  • Loading branch information
Consti10 authored Apr 11, 2024
2 parents 4276046 + c657dc2 commit da81941
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ PopupBigGeneric{

ListModel{
id: model_rtl8812au_manufacturers
ListElement {title: "Wifi Card [RTL88XXAU]"; value: -1}
ListElement {title: "Please Select"; value: -1}
ListElement {title: "AC56/AWUS036ACH [RTL88XXAU]"; value: 0}
ListElement {title: "AC180 [RTL88XXAU]"; value: 1}
ListElement {title: "OpenHD HW [RTL88XXAU]"; value: 2}
Expand Down Expand Up @@ -125,7 +125,8 @@ PopupBigGeneric{
ListModel{
id: model_rtl8812au_manufacturer_openhd
ListElement {title: "Please select"; value: -1}
ListElement {title: "LOW [3] ~25mW"; value: 3}
ListElement {title: "BENCH [1] "; value: 1}
ListElement {title: "LOW [2] ~25mW"; value: 2}
ListElement {title: "MEDIUM [5] ~200mW"; value: 5}
ListElement {title: "HIGH [14] ~800mW"; value: 14}
ListElement {title: "MAX1 [18] >1W"; value: 18}
Expand Down

0 comments on commit da81941

Please sign in to comment.