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:
parent
7f05872bd4
commit
b1ea16c3d8
7 changed files with 25 additions and 12 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue