Skip to content

Commit

Permalink
update OLED library name
Browse files Browse the repository at this point in the history
  • Loading branch information
avaldebe committed Mar 4, 2021
1 parent a0e326e commit 5e9de28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/OLED_64x48/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ src_dir = ./

[env]
framework = arduino
lib_deps = ESP8266_SSD1306
lib_deps =
squix78/ESP8266 and ESP32 OLED driver for SSD1306 displays

[env:d1_mini]
platform = espressif8266
lib_deps = ${env.lib_deps}, EspSoftwareSerial@>=6.7.1
board = d1_mini

[env:mhetesp32minikit]
Expand Down

0 comments on commit 5e9de28

Please sign in to comment.