mirror of
https://github.com/valentineus/kp3s-lgvl.git
synced 2025-12-03 03:29:03 +04:00
6 lines
114 B
Python
6 lines
114 B
Python
|
|
Import("env")
|
||
|
|
|
||
|
|
from datetime import datetime
|
||
|
|
|
||
|
|
env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")
|