secure OTA

This commit is contained in:
Matthew Frost 2023-06-12 19:21:45 +02:00
parent 94c087ece4
commit 62ed9ca208

View file

@ -8,6 +8,9 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
extra_configs = upload_params.ini
[env:esp32-evb]
platform = espressif32
board = esp32-evb
@ -30,5 +33,4 @@ lib_deps =
ayushsharma82/AsyncElegantOTA@^2.2.7
bblanchon/ArduinoJson@^6.21.2
extra_scripts = platformio_upload.py
extra_configs = upload_params.ini