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

Pubsubclient is not working for Intel Galelio 2 #965

Open UdayChaduvula opened 1 year ago

UdayChaduvula commented 1 year ago

Hi, I am working on Intel Galelio 2 board. Initially when I am trying to upload the mqtt basic sketch into the Galelio board, I got the error called Yied was not declared in the scope, I added the yield in both sketch as well as in the Pubsubclient.cpp file as you suggested in one of the issue. I can able to upload the sketch to the development board but the board is not connected to the MQTT broker, the broker is live. I have checked with ESP 32 it is working fine for me. The Intel board is connected to router via ethernet and I can able to see it in Fing application as well as in the router connected devices list.