1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-09-01 22:12:47 +02:00

adds small cosmetic change

This commit is contained in:
Stephan Eisfeld
2018-08-13 17:44:17 +02:00
parent f17ec4fbdc
commit 92b9da5b7e

View File

@@ -531,8 +531,7 @@ void blinkStatusLed() {
} }
#endif #endif
void setup() void setup() {
{
Serial.begin(debugConsoleSpeed); Serial.begin(debugConsoleSpeed);
while (!Serial); while (!Serial);
Serial.println(F("sys | TonUINO JUKEBOX")); Serial.println(F("sys | TonUINO JUKEBOX"));
@@ -578,8 +577,7 @@ void setup()
mp3.playMp3FolderTrack(msgWelcome); mp3.playMp3FolderTrack(msgWelcome);
} }
void loop() void loop() {
{
uint8_t inputEvent = checkInput(); uint8_t inputEvent = checkInput();
bool isPlaying = !digitalRead(mp3BusyPin); bool isPlaying = !digitalRead(mp3BusyPin);