weed out old versioning macros (#1312)

weed out old versioning macros
This commit is contained in:
Thomas Göttgens
2022-03-20 11:53:37 +01:00
committed by GitHub
parent 8adacba3a1
commit bbf044795a
7 changed files with 4 additions and 15 deletions

View File

@@ -207,7 +207,7 @@ void setup()
#endif
// Hello
DEBUG_MSG("Meshtastic hwvendor=%d, swver=%s, hwver=%s\n", HW_VENDOR, optstr(APP_VERSION), optstr(HW_VERSION));
DEBUG_MSG("Meshtastic hwvendor=%d, swver=%s\n", HW_VENDOR, optstr(APP_VERSION));
#ifndef NO_ESP32
// Don't init display if we don't have one or we are waking headless due to a timer event