1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

If modelRegistrationID is default it will be kept the same than ownerRegistrationID

This commit is contained in:
Bertrand Songis 2019-04-18 16:15:22 +02:00
parent 7f05872bd4
commit b1ea16c3d8
7 changed files with 25 additions and 12 deletions

View file

@ -21,7 +21,7 @@ options = {
}
def timestamp():
return datetime.datetime.now().strftime("%Y-%m-%d-%H%M")
return datetime.datetime.now().strftime("%y%m%d")
def build(board, srcdir):