Version bump for rebase to head

This commit is contained in:
InsanityAutomation
2021-05-04 11:56:18 -04:00
parent 7325d66de5
commit 07a1b00a25
3 changed files with 19 additions and 4 deletions
@@ -27,7 +27,7 @@ def add_cpu_freq():
if env.GetBuildType() == "debug" and env.get('UPLOAD_PROTOCOL') not in ['jlink', 'stlink']:
env['BUILD_DIR'] = '$PROJECT_BUILD_DIR/$PIOENV/debug'
env_name = str(env["PIOENV"])
env.Replace(PROGNAME="%s_DW7.3.1" % (env_name))
env.Replace(PROGNAME="%s_DW7.4" % (env_name))
print("Environment: %s" % (env_name))
# On some platform, F_CPU is a runtime variable. Since it's used to convert from ns