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
Been trying to Verify the project running Arduno IDE 1.8.5, but I am having trouble with the MQTTClient library, as there are several ones and they are all returning errors on compiling - for example:
_
WARNING: library MQTT_Client claims to run on (samd) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s).
WARNING: library Cooperative_Multitasking claims to run on (samd) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s).
alarm_clock:117: error: no matching function for call to 'MQTTClient::MQTTClient()'
_
Which libraries should be included to run the project?
The text was updated successfully, but these errors were encountered:
Been trying to Verify the project running Arduno IDE 1.8.5, but I am having trouble with the MQTTClient library, as there are several ones and they are all returning errors on compiling - for example:
_
_
Which libraries should be included to run the project?
The text was updated successfully, but these errors were encountered: