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 10, 2024
1 parent 5516484 commit 1851145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PopupBigGeneric{
_qopenhd.show_toast("WARNING: Changing TX power while armed is not recommended !");
}
var card_chipset_type=get_chipset_type();
if(!(card_chipset_type==0 || card_chipset_type==1)){
if(!(card_chipset_type==0 || card_chipset_type==1 || card_chipset_type==3)){
_messageBoxInstance.set_text_and_show("Changing tx power is only possible on openhd supported cards.");
return;
}
Expand Down

0 comments on commit 1851145

Please sign in to comment.