mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
Update workflow configurations and build scripts
- Modified GitHub workflow files for dev, stable, and test releases - Updated platformio.ini and pio_local.ini_example configurations - Enhanced build_interface.py script functionality
This commit is contained in:
@@ -30,7 +30,7 @@ default_envs = debug
|
||||
|
||||
; 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
|
||||
pre:scripts/build_interface.py ; builds the WebUI - 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user