mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-07 15:07:26 -06:00
Randomize firmware.bin, fix unflag
This commit is contained in:
parent
e02817b077
commit
d0222e5c76
4 changed files with 28 additions and 21 deletions
5
buildroot/share/PlatformIO/scripts/random-bin.py
Normal file
5
buildroot/share/PlatformIO/scripts/random-bin.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
Import("env")
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")
|
Loading…
Add table
Add a link
Reference in a new issue