fix W5500 crashing with core 3

This commit is contained in:
technyon
2024-07-07 15:41:18 +02:00
parent 836a9baf65
commit 014380577c

View File

@@ -44,7 +44,7 @@ const String W5500Device::deviceName() const
void W5500Device::initialize()
{
WiFi.mode(WIFI_OFF);
WiFi.mode(WIFI_STA);
resetDevice();