Bump rev, invert flag

This commit is contained in:
InsanityAutomation
2020-11-08 14:14:07 -05:00
parent 7cf72d5867
commit 8fd37402a3
3 changed files with 4 additions and 4 deletions
@@ -21,5 +21,5 @@ env.Append(CXXFLAGS=[
if env.GetBuildType() == "debug":
env['BUILD_DIR'] = '$PROJECT_BUILD_DIR/$PIOENV/debug'
env_name = str(env["PIOENV"])
env.Replace(PROGNAME="%s_DW7" % (env_name))
env.Replace(PROGNAME="%s_DW7.1" % (env_name))
print("Environment: %s" % (env_name))