From 7b1f43cc50c1a47f60f3b72b7dcce1d15e89bca5 Mon Sep 17 00:00:00 2001 From: Consti10 Date: Thu, 11 Apr 2024 12:38:16 +0200 Subject: [PATCH 1/2] custom hw make 1 selectable --- qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml index fc51c4973..b1c6de950 100644 --- a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml +++ b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml @@ -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} From c657dc2356911f02ca9af0427214342ec0b8893a Mon Sep 17 00:00:00 2001 From: Consti10 Date: Thu, 11 Apr 2024 12:42:17 +0200 Subject: [PATCH 2/2] custom hw make 1 selectable --- qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml index b1c6de950..4cb2e1839 100644 --- a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml +++ b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml @@ -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}