Skip to content

Commit 8448d6f

Browse files
author
Andreas Mandel
committed
Update libs that allow direct no code change update
1 parent 0c2a107 commit 8448d6f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

platformio.ini

Lines changed: 4 additions & 6 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,14 +48,12 @@ 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+
adafruit/Adafruit BusIO @ ^1.17.4
5252
; https://arduinojson.org/v6/api/
5353
bblanchon/ArduinoJson @ ^6.21.5
5454
rlogiacco/CircularBuffer @ ^1.4.0
55-
; olikraus/U8g2 @ ^2.35.9
56-
https://codeberg.org/j000bs/U8g2_Arduino.git#jhd-fix
57-
; replaced by U8g2 thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays @ ^4.5.0
58-
adafruit/Adafruit BMP280 Library@^2.6.8
55+
olikraus/U8g2 @ ^2.36.17
56+
adafruit/Adafruit BMP280 Library@^3.0.0
5957
pololu/VL53L0X@^1.3.1
6058
; https://github.com/fhessel/esp32_https_server
6159
https://github.com/amandel/esp32_https_server.git#hotfix/openbikesensor

0 commit comments

Comments
 (0)