This commit is contained in:
e2002
2023-06-03 13:40:10 +03:00
parent 942bc1cf74
commit 2f71c1859c
5 changed files with 21 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ QueueHandle_t playerQueue;
void Player::init() {
Serial.print("##[BOOT]#\tplayer.init\t");
playerQueue=NULL;
_resumeFilePos = 0;
playerQueue = xQueueCreate( 5, sizeof( playerRequestParams_t ) );
setOutputPins(false);
delay(50);