Installed Library not found when included?

Check your platformio.ini, and add

lib_deps =
   Firebase ESP8266 Client
   ESP8266_SSD1306

to it if not present, assuming I got the right libraries. It seems that installing a library to a project is currently not working properly.

1 Like