Skip to content

Commit f065c39

Browse files
committed
Update dependencies
- Testing fhessel/esp32_https_server#169 - Update espressif32 update to 5.3 (https://github.com/platformio/platform-espressif32/releases/tag/v5.3.0)
1 parent 415712c commit f065c39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ src_dir = src
3838
extra_configs = custom_config.ini
3939

4040
[env:esp32dev]
41-
platform = espressif32 @ ^5.2
41+
platform = espressif32 @ ^5.3
4242
board = esp32dev
4343
framework = arduino
4444
monitor_speed = 115200
@@ -55,7 +55,8 @@ lib_deps =
5555
adafruit/Adafruit BMP280 Library@^2.6.5
5656
pololu/VL53L0X@^1.3.1
5757
; https://github.com/fhessel/esp32_https_server
58-
https://github.com/amandel/esp32_https_server.git#hotfix/openbikesensor
58+
; https://github.com/amandel/esp32_https_server.git#hotfix/openbikesensor
59+
https://github.com/jasenk2/esp32_https_server.git#esp_tls
5960
; esp32_https_server@
6061
build_flags =
6162
-DCORE_DEBUG_LEVEL=3

0 commit comments

Comments
 (0)