mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
updated example
This commit is contained in:
@@ -19,7 +19,9 @@ my_build_flags =
|
||||
|
||||
[platformio]
|
||||
; default_envs = s_16M_P ; BBQKees E32V2
|
||||
default_envs = s3_16M_P ; BBQKees S3
|
||||
; default_envs = s3_16M_P ; BBQKees S3
|
||||
; default_envs = s_4M ; BBQKees older S32, 4MB no psram
|
||||
default_envs = s_16M ; BBQKees newer S32 V2, 16MB no psram
|
||||
|
||||
[env]
|
||||
|
||||
@@ -27,7 +29,7 @@ default_envs = s3_16M_P ; BBQKees S3
|
||||
; build_type = debug
|
||||
; monitor_filters = colorize, esp32_exception_decoder
|
||||
|
||||
; customize the scripts
|
||||
; uncomment if you want to upload the firmware via OTA (must have upload_protocol = custom)
|
||||
; extra_scripts =
|
||||
; pre:scripts/build_interface.py ; builds the WebUI (unless NO_BUILD_WEBUI is set) - comment out if you don't want to build each time
|
||||
; scripts/rename_fw.py ; renames the firmware .bin file - comment out if not needed
|
||||
@@ -45,9 +47,8 @@ custom_password = admin
|
||||
; upload_protocol = custom
|
||||
; custom_emsesp_ip = <ip address> or ems-esp.local
|
||||
|
||||
upload_protocol = custom
|
||||
custom_emsesp_ip = 10.10.10.93 ; S3
|
||||
; custom_emsesp_ip = 192.168.1.225 ; E32V2
|
||||
; upload_protocol = custom
|
||||
; custom_emsesp_ip = 10.10.10.93
|
||||
|
||||
; ** debug settings **
|
||||
; to be used with esp-prog/JTAG hardware device like https://docs.espressif.com/projects/esp-dev-kits/en/latest/other/esp-prog/user_guide.html
|
||||
|
||||
Reference in New Issue
Block a user