This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Description
PlatformIO Core v6.1.5
ESP32S3_DEV board
ESP32 core v2.0.6
OS: Windows 10
Context:
ESP32_W5500_isConnected() is always returning 0 even after a successful connection.
After mqtt disconnection, esp unable to reconnect as the following if statement in onMqttDisconnect function always returning false:
if (ESP32_W5500_isConnected())
{
xTimerStart(mqttReconnectTimer, 0);
}