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:
proddy
2025-10-23 18:37:14 +02:00
parent ba334930fe
commit 0b84b79e1d
6 changed files with 46 additions and 34 deletions

View File

@@ -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)