Skip to content

Commit 559528f

Browse files
committed
WiP
1 parent 38159bc commit 559528f

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,7 @@ src_dir = src
3838
extra_configs = custom_config.ini
3939

4040
[env]
41-
platform = espressif32 @ 6.9.0
41+
platform = espressif32 @ 6.12.0
4242
board = esp32dev
4343
framework = arduino
4444
monitor_speed = 115200
@@ -48,7 +48,8 @@ upload_speed = 921600
4848
board_build.partitions = src/sd-partition-table.csv
4949
board_build.embed_txtfiles = src/truststore/x509_crt_bundle
5050
lib_deps =
51-
adafruit/Adafruit BusIO @ ^1.13.1
51+
; https://github.com/adafruit/Adafruit_BusIO/releases
52+
adafruit/Adafruit BusIO @ ^1.17.2
5253
; https://arduinojson.org/v6/api/
5354
bblanchon/ArduinoJson @ ^6.21.5
5455
rlogiacco/CircularBuffer @ ^1.4.0
@@ -58,8 +59,8 @@ lib_deps =
5859
adafruit/Adafruit BMP280 Library@^2.6.8
5960
pololu/VL53L0X@^1.3.1
6061
; https://github.com/fhessel/esp32_https_server
61-
; https://github.com/amandel/esp32_https_server.git#hotfix/openbikesensor
62-
https://github.com/schiermi/esp32_idf5_https_server#hotfix/openbikesensor
62+
https://github.com/amandel/esp32_https_server.git#hotfix/openbikesensor
63+
; https://github.com/schiermi/esp32_idf5_https_server#hotfix/openbikesensor
6364
; esp32_https_server@
6465
build_flags =
6566
-DCORE_DEBUG_LEVEL=3

0 commit comments

Comments
 (0)