Skip to content

Commit

Permalink
set 8812eu as supported (unstable)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 19, 2024
1 parent 36ce398 commit a34a4a0
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 @@ -143,7 +143,7 @@ void WiFiCard::process_mavlink(const mavlink_openhd_stats_monitor_mode_wifi_card
set_card_type_as_string(wifi_card_type_to_string(msg.card_type).c_str());
const int card_type=msg.card_type;
bool supported = false;
if(card_type==0 || card_type==1)supported=true;
if(card_type==0 || card_type==1 || card_type==2 || card_type==3 || card_type==4)supported=true;
set_card_type_supported(supported);
set_card_sub_type(msg.dummy2);
}
Expand Down

0 comments on commit a34a4a0

Please sign in to comment.