You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not compile on the ESP8266 due to ESP8266-specific code in the ArduinoMqttClient library.
There is a pull request fixing this issue arduino-libraries/ArduinoMqttClient#33 . This seems to be related to the ESP8266 core 2.5.0 release, which is long outdated.
To fix this issue locally remove the ESP8266-specific code as done in the pull request.
The text was updated successfully, but these errors were encountered:
ferdinand0815
changed the title
Does not compile due to ArduinoMqttClient library
Does not compile on ESP8266 due to ArduinoMqttClient library
Jun 17, 2024
Does not compile on the ESP8266 due to ESP8266-specific code in the ArduinoMqttClient library.
There is a pull request fixing this issue arduino-libraries/ArduinoMqttClient#33 . This seems to be related to the ESP8266 core 2.5.0 release, which is long outdated.
To fix this issue locally remove the ESP8266-specific code as done in the pull request.
The text was updated successfully, but these errors were encountered: