Skip to content

Commit be615d4

Browse files
authored
Update dependencies and espressif32 platform (#358)
1 parent 68eb2bb commit be615d4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

platformio.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ src_dir = src
3838
extra_configs = custom_config.ini
3939

4040
[env:esp32dev]
41-
platform = espressif32 @ 5.4.0
41+
platform = espressif32 @ 6.6.0
42+
; 5.4.0
4243
board = esp32dev
4344
framework = arduino
4445
monitor_speed = 115200
@@ -49,9 +50,9 @@ board_build.partitions = src/sd-partition-table.csv
4950
lib_deps =
5051
adafruit/Adafruit BusIO @ ^1.13.1
5152
; https://arduinojson.org/v6/api/
52-
bblanchon/ArduinoJson @ ^6.21.2
53-
rlogiacco/CircularBuffer @ ^1.3.3
54-
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays @ ^4.4.0
53+
bblanchon/ArduinoJson @ ^6.21.5
54+
rlogiacco/CircularBuffer @ ^1.4.0
55+
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays @ ^4.5.0
5556
adafruit/Adafruit BMP280 Library@^2.6.8
5657
pololu/VL53L0X@^1.3.1
5758
; https://github.com/fhessel/esp32_https_server

0 commit comments

Comments
 (0)