Skip to content

Commit

Permalink
pin lib versions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Dec 25, 2024
1 parent b1bb1a1 commit 3c5d8e9
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions cjmcu_8x8_sample/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
; http://docs.platformio.org/page/projectconf.html

[platformio]
env_default = nanoatmega328
default_envs = nanoatmega328
src_dir = .

[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
lib_deps=FastLED
lib_deps=fastled/FastLED@3.9.3

4 changes: 2 additions & 2 deletions esp32_ttgo/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[platformio]
env_default = esp32
default_envs = esp32
src_dir = .

[env:esp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps=U8g2
lib_deps=olikraus/U8g2@2.36.2

4 changes: 2 additions & 2 deletions heltec_wifi_lora32/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[platformio]
env_default = esp32
default_envs = esp32
src_dir = .

[env:esp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps=U8g2
lib_deps=olikraus/U8g2@2.36.1

7 changes: 3 additions & 4 deletions pca9685/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
default_envs = esp32
src_dir = .


[env:esp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_ldf_mode = chain+
lib_deps=30
Wire
lib_ldf_mode = deep+
lib_deps = adafruit/Adafruit PWM Servo Driver [email protected]
adafruit/Adafruit [email protected]

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
env_default = sipeed_longan_nano
src_dir = .

; no longer works an platformio does not support arduino framework
; for the sipeed-longan-nano using the nuclei sdk.
[env:sipeed_longan_nano]
platform = gd32v
board = sipeed-longan-nano
Expand Down
6 changes: 3 additions & 3 deletions ssd1306_sample_adafruit/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[platformio]
env_default = nanoatmega328
default_envs = nanoatmega328
src_dir = .

[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
lib_deps=13
135
lib_deps = adafruit/Adafruit GFX [email protected]
adafruit/Adafruit [email protected]

4 changes: 2 additions & 2 deletions ssd1306_sample_u8g/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[platformio]
env_default = nanoatmega328
default_envs = nanoatmega328
src_dir = .

[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
lib_deps=U8glib
lib_deps=olikraus/U8glib@1.19.1

4 changes: 2 additions & 2 deletions wemos_d_duino/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[platformio]
env_default = esp8266
default_envs = esp8266
src_dir = .

[env:esp8266]
platform = espressif8266
board = nodemcuv2
framework = arduino
lib_deps=U8g2
lib_deps=olikraus/U8g2@2.36.1

0 comments on commit 3c5d8e9

Please sign in to comment.