secure OTA
This commit is contained in:
parent
94c087ece4
commit
62ed9ca208
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue