Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MUSTARDTIGERFPV committed Aug 10, 2024
1 parent e801d41 commit a6ec0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WIFI/devWIFI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ static void HandleWebUpdate()
remote = gcsIP;
}
// otherwise if we're in AP mode, broadcast to the AP subnet
else if (WiFi.getMode() != WIFI_AP || WiFi.getMode() == WIFI_AP_STA)
else if (WiFi.getMode() == WIFI_AP || WiFi.getMode() == WIFI_AP_STA)
{
remote = apBroadcast;
}
Expand Down

0 comments on commit a6ec0a9

Please sign in to comment.