mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
update example
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
; -DEMSESP_EN_ONLY ; only EN translated entity names
|
||||
; my_build_flags = -DEMSESP_DEBUG
|
||||
|
||||
[platformio]
|
||||
default_envs = esp32_4M
|
||||
; default_envs = esp32_16M
|
||||
; default_envs = lolin_s3
|
||||
; default_envs = standalone
|
||||
|
||||
[env:esp32_4M]
|
||||
; if using OTA enter your details below
|
||||
; upload_protocol = espota
|
||||
@@ -25,19 +31,20 @@ upload_port = /dev/ttyUSB*
|
||||
; upload_port = COM5
|
||||
|
||||
; override arduino espressif core
|
||||
; platform = espressif32 ; take latest
|
||||
; platform = espressif32@5.2.0
|
||||
platform = espressif32 ; take latest
|
||||
; platform = espressif32@5.3.0
|
||||
|
||||
extra_scripts =
|
||||
pre:scripts/build_interface.py ; comment out if you don't want to re-build the WebUI each time
|
||||
scripts/rename_fw.py
|
||||
; post:scripts/app-tls-size.py
|
||||
|
||||
[env:esp32_16M]
|
||||
upload_port = /dev/ttyUSB*
|
||||
; upload_port = COM3
|
||||
|
||||
[env:lolin_s3]
|
||||
upload_port = /dev/ttyACM0
|
||||
extra_scripts =
|
||||
; pre:scripts/build_interface.py ; comment out if you don't want to re-build the WebUI each time
|
||||
pre:scripts/build_interface.py ; comment out if you don't want to re-build the WebUI each time
|
||||
scripts/rename_fw.py
|
||||
|
||||
; pio run -e debug
|
||||
|
||||
Reference in New Issue
Block a user