updated example

This commit is contained in:
proddy
2025-01-11 19:00:14 +01:00
parent 4be2f9283d
commit 5a27817d11

View File

@@ -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,11 +29,11 @@ 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
; scripts/upload.py ; optionally upload the firmware via OTA (must have upload_protocol = custom)
; 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
; scripts/upload.py ; optionally upload the firmware via OTA (must have upload_protocol = custom)
; set the username and password for the admin account (default password is admin)
custom_username = admin
@@ -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