Open asmaklad opened 4 years ago
I have the ESP8266 and ESP32 OLED driver for SSD1306 displays from ThingPulse v4.2.0 or later installed. You can find it under the Sketch > Include Library > Manage Libraries ... Ctrl-Shift-I menu in Arduino. I do not use MQTT and therefor I have not tried PubSubClient v2.8.0 from Tim O'Leary, which would be my best guest for this. Good luck, Stefan
Appreciate the effort made in this sketch, My Question is which Libraries should I install to compile this sketch ? Specifically avoiding these errors: PubSubClient.h: No such file or directory SSD1306.h: No such file or directory
Regards AM