Skip to content

Commit

Permalink
Update dependencies and espressif32 platform (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel authored May 22, 2024
1 parent 68eb2bb commit be615d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ src_dir = src
extra_configs = custom_config.ini

[env:esp32dev]
platform = espressif32 @ 5.4.0
platform = espressif32 @ 6.6.0
; 5.4.0
board = esp32dev
framework = arduino
monitor_speed = 115200
Expand All @@ -49,9 +50,9 @@ board_build.partitions = src/sd-partition-table.csv
lib_deps =
adafruit/Adafruit BusIO @ ^1.13.1
; https://arduinojson.org/v6/api/
bblanchon/ArduinoJson @ ^6.21.2
rlogiacco/CircularBuffer @ ^1.3.3
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays @ ^4.4.0
bblanchon/ArduinoJson @ ^6.21.5
rlogiacco/CircularBuffer @ ^1.4.0
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays @ ^4.5.0
adafruit/Adafruit BMP280 Library@^2.6.8
pololu/VL53L0X@^1.3.1
; https://github.com/fhessel/esp32_https_server
Expand Down

0 comments on commit be615d4

Please sign in to comment.