ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2k stars 638 forks source link

Platformio More than one library has been found by request {"name": "ESP8266, ESP32 and Mbed-OS OLED Driver for SSD1306 displays", "requirements": "4.1.0"} #262

Closed bttfw closed 4 years ago

bttfw commented 4 years ago

If I install the libary manualy it works perfectly but if i add it to the platformio ini it failes

[env:nodemcuv2] platform = espressif8266 board = nodemcuv2 framework = arduino lib_ldf_mode = deep+ lib_deps = Arduino Wire ESP8266, ESP32 and Mbed-OS OLED Driver for SSD1306 displays@4.1.0

monitor_speed = 115200 upload_speed = 921600

can anyone tell me the mistake pls ?

bttfw commented 4 years ago

If anyone has the same problem use 2978@4.1.0 platformio splitts the name up