Randomize firmware.bin, fix unflag

This commit is contained in:
Scott Lahteine 2020-07-25 22:57:00 -05:00
parent e02817b077
commit d0222e5c76
4 changed files with 28 additions and 21 deletions

View file

@ -0,0 +1,5 @@
Import("env")
from datetime import datetime
env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")