refactor: intitial release

This commit is contained in:
ZanzyTHEbar 2023-03-21 11:14:53 +00:00
parent 7a1fd85c1f
commit f826c17ac8

View File

@ -124,6 +124,7 @@ def customName(project, version, commit, branch):
s(defines.get("PIO_SRC_BRH")),
)
)
# detect if there is a forward slash in the PROGNAME and replace it with an underscore
if "/" in env["PROGNAME"]: