From 9e87be4f224bd6844f864b6ef9a7f2e8b8c7f606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Tue, 7 Jun 2022 12:26:01 +0300 Subject: [PATCH] Correctly print script name in platformio-custom.py --- bin/platformio-custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/platformio-custom.py b/bin/platformio-custom.py index 4672dbc9..234b6ef0 100644 --- a/bin/platformio-custom.py +++ b/bin/platformio-custom.py @@ -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