mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
correct firmware naming #1933
This commit is contained in:
@@ -16,13 +16,12 @@
|
||||
; my_build_flags = -DEMSESP_DEBUG -DEMSESP_TEST -DEMSESP_PINGTEST
|
||||
|
||||
[platformio]
|
||||
; default_envs = esp32_4M
|
||||
; default_envs = esp32_16M
|
||||
default_envs = lolin_s3
|
||||
; default_envs = lolin_c3_mini
|
||||
; default_envs = s_4M
|
||||
; default_envs = s_16M_P ; BBQKees E32V2
|
||||
; default_envs = s3_16M ; BBQKees S3
|
||||
; default_envs = c3_mini_4M
|
||||
; default_envs = native
|
||||
; default_envs = debug
|
||||
; default_envs = custom
|
||||
|
||||
[env]
|
||||
; upload settings
|
||||
@@ -31,7 +30,8 @@ default_envs = lolin_s3
|
||||
; 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 = 10.10.10.175
|
||||
custom_emsesp_ip = 192.168.1.23
|
||||
; custom_emsesp_ip = ems-esp.local
|
||||
custom_username = admin
|
||||
custom_password = admin
|
||||
@@ -45,21 +45,21 @@ extra_scripts =
|
||||
; pre:scripts/refresh_module_library_native.py
|
||||
post:scripts/run_native.py
|
||||
|
||||
[env:lolin_s3]
|
||||
[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:esp32_16M]
|
||||
[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
|
||||
scripts/upload.py
|
||||
|
||||
[env:lolin_c3_mini]
|
||||
[env:c3_mini_4M]
|
||||
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/upload.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user