knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.78k stars 1.46k forks source link

Can't Connect to mqtt broker after including SPI.h #1052

Open cresusjpt opened 2 months ago

cresusjpt commented 2 months ago

Hello, thanks for this library. I use it in some project.

But today i'm facing some issue. I'm using the Lilygo Tcall board with gsm gprs. Everything work well since today. but i want now to add the ota via littlefs feature in it. After that i can't get connected to the mosquitto broker. And after some time debugging i noticed that when i remove import of SPI.h and all code using it, everything got working well again. Some idea please on it ?