Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and espressif32 platform #358

Merged
merged 1 commit into from
May 22, 2024
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
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
Loading