diff --git a/bin/platformio-custom.py b/bin/platformio-custom.py index 234b6ef054..3cf45d287f 100644 --- a/bin/platformio-custom.py +++ b/bin/platformio-custom.py @@ -17,7 +17,7 @@ prefsLoc = projenv["PROJECT_DIR"] + "/version.properties" verObj = readProps(prefsLoc) -print("Using meshtastic platformio-custom.py, firmare version " + verObj['long']) +print("Using meshtastic platformio-custom.py, firmware version " + verObj['long']) # print("path is" + ','.join(sys.path)) # General options that are passed to the C and C++ compilers diff --git a/bin/readprops.py b/bin/readprops.py index 25eba4852f..c23092e41e 100644 --- a/bin/readprops.py +++ b/bin/readprops.py @@ -32,6 +32,6 @@ def readProps(prefsLoc): # traceback.print_exc() verObj['long'] = verObj['short'] - # print("firmare version " + verStr) + # print("firmware version " + verStr) return verObj # print("path is" + ','.join(sys.path)) diff --git a/variants/rak4631/platformio.ini b/variants/rak4631/platformio.ini index 5671aae4d0..d8e2ba3e9f 100644 --- a/variants/rak4631/platformio.ini +++ b/variants/rak4631/platformio.ini @@ -1,4 +1,4 @@ -; The very slick RAK wireless RAK 4631 / 4630 board - Unified firmare for 5005/19003, with or without OLED RAK 1921 +; The very slick RAK wireless RAK 4631 / 4630 board - Unified firmware for 5005/19003, with or without OLED RAK 1921 [env:rak4631] extends = nrf52840_base board = wiscore_rak4631