georgik / LampESP

Code for ESP8266 for controlling lamp relay and many more
http://georgik.rocks/category/iot/
10 stars 4 forks source link

pubsubclient-header files missing #1

Open lavancfc opened 6 years ago

lavancfc commented 6 years ago

I was trying to get the samle working. But I cant add the library to arduino IDE. found that pubsubclient files are missing

georgik commented 6 years ago

Hi @lavancfc . Thank you for reporting the problem. I'm working only with PlatformIO which is able to download all dependencies. I'll be glad if you can give me a hint how to fix the project also for Arduino IDE users.

PlatformIO declaration of dependencies: https://github.com/georgik/LampESP/blob/master/platformio.ini

lib_deps = ArduinoJson DHT sensor library esp8266_mdns PubSubClient TaskScheduler WiFiManager ESP8266_SSD1306

lavancfc commented 6 years ago

Do you have a link where i can download the pubsubclient lib files used in your ino?