Update xdrv_14_mp3.ino

This commit is contained in:
gemu2015 2019-08-08 08:28:59 +02:00
parent 2f6b88cb4d
commit 50dab11933
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ bool MP3PlayerCmd(void) {
serviced = false;
break;
}
} else {
return false;
}
return serviced;
}