1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

only use the day in dev version to avoid recompile every time

This commit is contained in:
andreas
2021-11-08 20:21:47 +01:00
parent ab44959775
commit c910b9d692

View File

@@ -83,5 +83,5 @@ for f in FILES:
print("compressing %s"%f)
compressFile(f)
generateCfg()
version=datetime.now().strftime("%Y%m%d-%H%M")
version="dev"+datetime.now().strftime("%Y%m%d")
env.Append(CPPDEFINES=[('GWDEVVERSION',version)])