Format changes.
This commit is contained in:
@ -59,7 +59,7 @@ void Controller::_check_rfid() {
|
||||
_player->play_album(s_uid);
|
||||
} else {
|
||||
if (_no_rfid_card_count >= 1) {
|
||||
INFO("No more RFID card.");
|
||||
INFO("No more RFID card.\n");
|
||||
_player->stop();
|
||||
} else {
|
||||
_no_rfid_card_count++;
|
||||
|
Reference in New Issue
Block a user