mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 06:47:18 +00:00
fix for incorrect hardware timing
This commit is contained in:
parent
1bf13ea525
commit
fa2f831044
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user