fix W5500 crashing with core 3
This commit is contained in:
@@ -44,7 +44,7 @@ const String W5500Device::deviceName() const
|
|||||||
|
|
||||||
void W5500Device::initialize()
|
void W5500Device::initialize()
|
||||||
{
|
{
|
||||||
WiFi.mode(WIFI_OFF);
|
WiFi.mode(WIFI_STA);
|
||||||
|
|
||||||
resetDevice();
|
resetDevice();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user