We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415712c commit f065c39Copy full SHA for f065c39
platformio.ini
@@ -38,7 +38,7 @@ src_dir = src
38
extra_configs = custom_config.ini
39
40
[env:esp32dev]
41
-platform = espressif32 @ ^5.2
+platform = espressif32 @ ^5.3
42
board = esp32dev
43
framework = arduino
44
monitor_speed = 115200
@@ -55,7 +55,8 @@ lib_deps =
55
adafruit/Adafruit BMP280 Library@^2.6.5
56
pololu/VL53L0X@^1.3.1
57
; https://github.com/fhessel/esp32_https_server
58
- https://github.com/amandel/esp32_https_server.git#hotfix/openbikesensor
+ ; https://github.com/amandel/esp32_https_server.git#hotfix/openbikesensor
59
+ https://github.com/jasenk2/esp32_https_server.git#esp_tls
60
; esp32_https_server@
61
build_flags =
62
-DCORE_DEBUG_LEVEL=3
0 commit comments