mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
fix #587 thanks @cronyx
This commit is contained in:
@@ -12,5 +12,5 @@ print("Using meshtastic platform-custom.py, firmare version " + verStr)
|
|||||||
|
|
||||||
# General options that are passed to the C and C++ compilers
|
# General options that are passed to the C and C++ compilers
|
||||||
projenv.Append(CCFLAGS=[
|
projenv.Append(CCFLAGS=[
|
||||||
f"-DAPP_VERSION={verStr}"
|
"-DAPP_VERSION=" + verStr
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user