Skip to content

Commit

Permalink
Update wificard.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 10, 2024
1 parent acf9b95 commit 5516484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/telemetry/models/wificard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static QString tx_power_unit_for_card(const int card_type){
if(card_type==0){
// OpenHD RTL8812AU
return "TPI";
}else if(card_type==1)||(card_type==3){
}else if(card_type==1||card_type==3){
return "mW";
}
return " ?mW";
Expand Down

0 comments on commit 5516484

Please sign in to comment.