pio cleanup

This commit is contained in:
proddy
2024-09-01 11:08:05 +02:00
parent 689a326c89
commit a257733b3d
2 changed files with 35 additions and 79 deletions

View File

@@ -16,10 +16,8 @@
; my_build_flags = -DEMSESP_DEBUG -DEMSESP_TEST -DEMSESP_PINGTEST
[platformio]
; default_envs = s_4M
; default_envs = s_16M_P ; BBQKees E32V2
; default_envs = s3_16M ; BBQKees S3
; default_envs = c3_mini_4M
default_envs = s3_16M_P ; BBQKees S3
; default_envs = native
; default_envs = debug
@@ -30,8 +28,8 @@
; upload_port = /dev/ttyUSB*
; for OTA add scripts/upload.py to extra_scripts
upload_protocol = custom
; custom_emsesp_ip = 10.10.10.175
custom_emsesp_ip = 192.168.1.23
custom_emsesp_ip = 10.10.10.175
; custom_emsesp_ip = 192.168.1.23
; custom_emsesp_ip = ems-esp.local
custom_username = admin
custom_password = admin
@@ -45,19 +43,13 @@ extra_scripts =
; pre:scripts/refresh_module_library_native.py
post:scripts/run_native.py
[env:s3_16M]
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_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:c3_mini_4M]
[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