SensorsIot / Weight-Sensors

45 stars 20 forks source link

Which Libraries should be used to compile this sketch? #3

Open asmaklad opened 4 years ago

asmaklad commented 4 years ago

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

stefan123t commented 3 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