Skip to content

Commit

Permalink
Clean up vestigial bits
Browse files Browse the repository at this point in the history
  • Loading branch information
MUSTARDTIGERFPV committed Aug 9, 2024
1 parent 9efc4f7 commit 7b9a44d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/WIFI/devWIFI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,9 +701,6 @@ static void HandleWebUpdate()
#endif
changeTime = now;
WiFi.softAPConfig(apIP, apIP, netMsk);
// Set to 802.11n only
WiFi.setPhyMode(WIFI_PHY_MODE_11N);
//WiFi.setOutputPower(20.5);
#if defined(TARGET_TX_BACKPACK)
if (wifiService == WIFI_SERVICE_UPDATE) {
strcpy(wifi_ap_ssid, "ExpressLRS TX Backpack");
Expand Down

0 comments on commit 7b9a44d

Please sign in to comment.