Checklist
Issue or Suggestion Description
My device has both wired (W5500) and wireless (ESP32-S3 native) network connection implement.
Currently implemented:
- Both wired and wireless networks work normally;
- MQTT protocol accesses external MQTT servers normally through wireless network. (esp-mqtt library)
Problem encountered:
When I turn off the wireless network connection, MQTT protocol communication cannot be performed.
Question:
What should I do to specify esp-mqtt to communicate through wired (W5500) network?