fix #587 thanks @cronyx

1.2-legacy
Kevin Hester 2020-12-27 12:53:23 +08:00
rodzic 0c74303e9d
commit 2edc6b363d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,5 +12,5 @@ print("Using meshtastic platform-custom.py, firmare version " + verStr)
# General options that are passed to the C and C++ compilers
projenv.Append(CCFLAGS=[
f"-DAPP_VERSION={verStr}"
"-DAPP_VERSION=" + verStr
])