migration repo
All checks were successful
/ Build (push) Successful in 3m37s
/ Release (push) Successful in 8s

This commit is contained in:
FCS
2025-12-01 17:55:44 +01:00
commit ed83354dfb
13 changed files with 719 additions and 0 deletions

8
extra_script.py Normal file
View File

@@ -0,0 +1,8 @@
import os
Import("env")
# Access to global construction environment
build_tag = env['PIOENV']
version_tag = os.getenv("FIRMWARE_VERSION")
env.Replace(PROGNAME="firmware_%s_%s" % (build_tag, version_tag))