Skip to content

Commit 073af51

Browse files
authored
Update dependencies (#4)
* chore(deps): update espressif32 to 6.9.x * chore(deps): update bodmer/TJpg_Decoder to 1.1.x * chore(deps): update thingpulse/ESP8266 Weather Station to 2.3.x * chore(deps): update arkhipenko/TaskScheduler to 3.8.x
1 parent fdf05b5 commit 073af51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platformio.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Additional PlatformIO options and examples: https://docs.platformio.org/page/projectconf.html
66

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

0 commit comments

Comments
 (0)