Files
Winden-Telemetry/extra_script.py
FCS ed83354dfb
All checks were successful
/ Build (push) Successful in 3m37s
/ Release (push) Successful in 8s
migration repo
2025-12-01 17:55:44 +01:00

8 lines
205 B
Python

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