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:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user