Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
Output version number on boot
  • Loading branch information
Neuroquila-n8fall committed Oct 6, 2022
1 parent 8af435b commit e8d8be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit e8d8be8

Please sign in to comment.