geeksville / TenDollarWebcam

A small example app for ESP32 + Micro-RTSP
MIT License
389 stars 59 forks source link

Missing dependency SSD1306 #18

Open AlmightyFrog opened 4 years ago

AlmightyFrog commented 4 years ago

It seems like dependency for SSD1306 lib is missing. As per issue #12 i found out missing library might be "ESP8266_SSD1306". Could you please add this to lib_deps in platformio.ini file?

As I only have an AITHINKER board I can't test if it is working, but it does compile properly.

rafaelrs commented 3 years ago

Faced same thing.

I tried this: platformio lib install 2978 and this worked for me

LakyG commented 3 years ago

^ @rafaelrs comment above worked for me too!

qw5220761 commented 6 months ago

Faced same thing.

I tried this: platformio lib install 2978 and this worked for me

谢谢,我的也是通过这个命令解决的