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

better handling for ifdefs

This commit is contained in:
andreas
2021-11-08 20:40:37 +01:00
parent 7c68747bd2
commit 7e348431b0
3 changed files with 11 additions and 9 deletions

View File

@@ -84,4 +84,4 @@ for f in FILES:
compressFile(f)
generateCfg()
version="dev"+datetime.now().strftime("%Y%m%d")
env.Append(CPPDEFINES=[('GWDEVVERSION',version)])
env.Append(CPPDEFINES=[('GWDEVVERSION',version)])