From 91eafa53f81c51b104157c35ba33edcb7fd3e2be Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Wed, 30 Jun 2021 22:37:26 +0200 Subject: [PATCH] Forgot to change main.cpp's revision --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fae0075..b6cab6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -150,7 +150,7 @@ void setup() Serial.println(F(" | |___ ___) | | __/ | |_| | | | | | | | | (_) |")); Serial.println(F(" |_____| |____/ |_| \\__,_| |_| |_| |_| \\___/ ")); Serial.println(F(" Rfid-controlled musicplayer\n")); - Serial.println(F(" Rev 20210630-1\n")); + Serial.println(F(" Rev 20210630-2\n")); // print wake-up reason printWakeUpReason();