Merge pull request #1495 from benner/fix/typo

Correctly print script name in platformio-custom.py
This commit is contained in:
Thomas Göttgens 2022-06-07 11:39:47 +02:00 committed by GitHub
commit 1d0badd468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ Import("projenv")
prefsLoc = projenv["PROJECT_DIR"] + "/version.properties"
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))
# General options that are passed to the C and C++ compilers