Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Additional PlatformIO options and examples: https://docs.platformio.org/page/projectconf.html

[env:thingpulse-color-kit-grande]
platform = espressif32@~6.3.1
platform = espressif32@~6.9.0
board = esp-wrover-kit
framework = arduino
; Adjust port and speed to your system and its capabilities e.g. "upload_port = COM3" on Windows.
Expand Down Expand Up @@ -51,8 +51,8 @@ board_build.partitions = no_ota.csv
board_build.filesystem = littlefs
lib_deps =
bodmer/TFT_eSPI@~2.5.30
bodmer/TJpg_Decoder@~1.0.8
bodmer/TJpg_Decoder@~1.1.0
https://github.com/Bodmer/OpenFontRender#f163cc6 ; no tags or releases to reference :( -> pin to Git revision
squix78/JsonStreamingParser@~1.0.5
thingpulse/ESP8266 Weather Station@~2.2.0
arkhipenko/TaskScheduler@~3.7.0
thingpulse/ESP8266 Weather Station@~2.3.0
arkhipenko/TaskScheduler@~3.8.5
Loading