mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
add S32
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
; default_envs = s_16M_P ; BBQKees E32V2
|
; 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 S32
|
||||||
; default_envs = native
|
; default_envs = native
|
||||||
; default_envs = debug
|
; default_envs = debug
|
||||||
|
|
||||||
@@ -25,11 +26,10 @@ default_envs = s3_16M_P ; BBQKees S3
|
|||||||
; upload settings
|
; upload settings
|
||||||
; for USB
|
; for USB
|
||||||
; upload_protocol = esptool
|
; upload_protocol = esptool
|
||||||
; upload_port = /dev/ttyUSB*
|
upload_port = /dev/ttyUSB*
|
||||||
; for OTA add scripts/upload.py to extra_scripts
|
; for OTA add scripts/upload.py to extra_scripts
|
||||||
upload_protocol = custom
|
upload_protocol = custom
|
||||||
custom_emsesp_ip = 10.10.10.175
|
custom_emsesp_ip = 10.10.10.175
|
||||||
; custom_emsesp_ip = 192.168.1.23
|
|
||||||
; custom_emsesp_ip = ems-esp.local
|
; custom_emsesp_ip = ems-esp.local
|
||||||
custom_username = admin
|
custom_username = admin
|
||||||
custom_password = admin
|
custom_password = admin
|
||||||
@@ -50,6 +50,12 @@ extra_scripts =
|
|||||||
scripts/upload.py
|
scripts/upload.py
|
||||||
|
|
||||||
[env:s3_16M_P]
|
[env:s3_16M_P]
|
||||||
|
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
|
||||||
|
scripts/upload.py
|
||||||
|
|
||||||
|
[env:s_4M]
|
||||||
extra_scripts =
|
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
|
scripts/rename_fw.py
|
||||||
|
|||||||
Reference in New Issue
Block a user