From 205282c4bcd13160cada7f3cd0e40774a21bff44 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 17 Feb 2021 10:08:33 +0800 Subject: [PATCH] show hwvendor at boot --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index bb3ec482..985bec80 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -356,7 +356,7 @@ void setup() #endif // Hello - DEBUG_MSG("Meshtastic swver=%s, hwver=%s\n", optstr(APP_VERSION), optstr(HW_VERSION)); + DEBUG_MSG("Meshtastic hwvendor=%s, swver=%s, hwver=%s\n", HW_VENDOR, optstr(APP_VERSION), optstr(HW_VERSION)); #ifndef NO_ESP32 // Don't init display if we don't have one or we are waking headless due to a timer event