This commit is contained in:
technyon
2023-02-03 21:07:34 +01:00
parent d4bf7b0d7e
commit 80bddffce7

View File

@@ -69,7 +69,7 @@ void Network::setupDevice()
}
else if(hardwareDetect == 3)
{
Log->print(F("W5500 on M5Sack Atom POE"));
Log->print(F("W5500 on M5Stack Atom POE"));
_networkDeviceType = NetworkDeviceType::W5500;
}
else