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