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

ESP32_W5500_isConnected() is always returning 0 #6

@otl1

Description

@otl1

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions