From e8d8be83d2413e4d16de1c77a5227d4e80fbf289 Mon Sep 17 00:00:00 2001 From: Neuroquila-n8fall Date: Thu, 6 Oct 2022 16:44:45 +0200 Subject: [PATCH] Update main.cpp Output version number on boot --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index ed2c131..cdfe654 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,6 +50,7 @@ void setup() // Setup Serial Serial.begin(115200); Serial.printf("\e[1;32mRunning Environment: %s\r\n\e[0m", STR(ENV)); + Serial.printf("\e[1;32mRunning Build: %s\r\n\e[0m", STR(VERSION)); Serial.println("\e[1;36mPress the \"BOOT\" button within the next 5 seconds to enable Setup Mode!\e[0m");