Correctly print script name in platformio-custom.py

This commit is contained in:
Nerijus Bendžiūnas 2022-06-07 12:26:01 +03:00
parent 97899aed26
commit 9e87be4f22
No known key found for this signature in database
GPG Key ID: 6D23733FB670FBF8

View File

@ -17,7 +17,7 @@ Import("projenv")
prefsLoc = projenv["PROJECT_DIR"] + "/version.properties" prefsLoc = projenv["PROJECT_DIR"] + "/version.properties"
verObj = readProps(prefsLoc) verObj = readProps(prefsLoc)
print("Using meshtastic platform-custom.py, firmare version " + verObj['long']) print("Using meshtastic platformio-custom.py, firmare version " + verObj['long'])
# print("path is" + ','.join(sys.path)) # print("path is" + ','.join(sys.path))
# General options that are passed to the C and C++ compilers # General options that are passed to the C and C++ compilers