added back after PR removed them!

This commit is contained in:
proddy
2019-04-05 17:57:28 +02:00
parent 20794c5495
commit 7d8d6dea24
5 changed files with 377 additions and 0 deletions

8
rename_fw.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python
from subprocess import call
import os
Import("env")
# see http://docs.platformio.org/en/latest/projectconf/advanced_scripting.html#before-pre-and-after-post-actions
# env.Replace(PROGNAME="firmware_%s" % defines.get("VERSION"))
env.Replace(PROGNAME="firmware_%s" % env['BOARD'])