From 92b9da5b7e65854a7be8eb8023c2421a3156c919 Mon Sep 17 00:00:00 2001 From: Stephan Eisfeld Date: Mon, 13 Aug 2018 17:44:17 +0200 Subject: [PATCH] adds small cosmetic change --- community/seisfeld/tonuino.ino | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/community/seisfeld/tonuino.ino b/community/seisfeld/tonuino.ino index bed0567..f3ec28f 100644 --- a/community/seisfeld/tonuino.ino +++ b/community/seisfeld/tonuino.ino @@ -531,8 +531,7 @@ void blinkStatusLed() { } #endif -void setup() -{ +void setup() { Serial.begin(debugConsoleSpeed); while (!Serial); Serial.println(F("sys | TonUINO JUKEBOX")); @@ -578,8 +577,7 @@ void setup() mp3.playMp3FolderTrack(msgWelcome); } -void loop() -{ +void loop() { uint8_t inputEvent = checkInput(); bool isPlaying = !digitalRead(mp3BusyPin);