Skip to content

Commit

Permalink
IPv6: wait an additional 5 seconds to give IPv6 autoconfigure some time
Browse files Browse the repository at this point in the history
Should be removed when the waitForWifiToConnect is fixed
  • Loading branch information
Phaze-III committed May 6, 2024
1 parent 29c7743 commit 8df5586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airrohr-firmware/airrohr-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2930,6 +2930,7 @@ static void waitForWifiToConnect(int maxRetries)
// && addr.ifnumber() == STATION_IF
))
{
delay(5000); // Wait 5 seconds (seems needed with IPv6 autoconfig)
break;
}
delay(500);
Expand Down

0 comments on commit 8df5586

Please sign in to comment.