Closed wutu closed 8 years ago
Looking at this error
'class PubSubClient' has no member named 'setClient'
it looks like you might not have this lib https://github.com/knolleary/pubsubclient
which contains setClient https://github.com/knolleary/pubsubclient/blob/master/src/PubSubClient.h#L122
Do you have this lib? have you included it?
Thank you for answer. Sure. As I write above Pubsubclient 1.9.1. Now I tried 2.6.0. Unfortunately again with another error. With what version you compile it?
latest git. what's you're latest error? I usually run the latest staging for all my stuff... need more info I'm afraid... As you mentioned this lib... is kind of bleeding edge...
pushed a big update.. not sure if that changes things?
I used git version libraries PubsubClient, NeoPixelBus. And with the last update from you, I successfully compiled. I fear that it is to me still too developmental stage. :) ESP Manager working. (nice project btw) But do not connect to the Broker and so on.
I've just pushed a load of changes as well as some documentation, and a much cleaner example Please explain more by 'do not connect to Broker' ?
Many thanks for README. I did not know that I can record directly to SPIFFS. :) I just had to lower port speed to 115200. Everything works well. Now I am playing with MQTT. On the weekend will hopefully have more time. I will try create some animation. Matrix is on the way from China. Thanks so much for this excellent project.
Hi sticilface, I can not compile the project. I use Arduino IDE 1.6.8, ESP8266 2.1.0 stable, PubsubClient 1.9.1. I had this error:
I know that the project is at an early stage and understand if you refuse to solve this ;)