1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-09-01 00:51:53 +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
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);