Open lolo19430 opened 3 years ago
Hello, I am trying to compile with Esp8266. And I have error messages ....
Ligne : "void callback(const MQTT::Publish& pub)"
Message : " Not used: C:\Program Files (x86)\Arduino\libraries\pubsubclient exit status 1 'MQTT' does not name a type"
I had the same issue, you need to use this pubsubclient specifically https://github.com/Imroy/pubsubclient
Hello, I am trying to compile with Esp8266. And I have error messages ....
Ligne : "void callback(const MQTT::Publish& pub)"
Message : " Not used: C:\Program Files (x86)\Arduino\libraries\pubsubclient exit status 1 'MQTT' does not name a type"