Skip to content

Commit

Permalink
fix for incorrect hardware timing
Browse files Browse the repository at this point in the history
  • Loading branch information
DedeHai authored and netmindz committed Feb 16, 2025
1 parent 1bf13ea commit fa2f831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/wled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ void WLED::initConnection()
#endif

WiFi.disconnect(true); // close old connections
delay(5); // wait for hardware to be ready
#ifdef ESP8266
WiFi.setPhyMode(force802_3g ? WIFI_PHY_MODE_11G : WIFI_PHY_MODE_11N);
#endif
Expand Down

0 comments on commit fa2f831

Please sign in to comment.