mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Fix MP3 compile error (#16516)
This commit is contained in:
parent
c7a864231a
commit
0d10aeab16
@ -361,7 +361,7 @@ bool MP3PlayerCmd(void)
|
||||
} else
|
||||
{
|
||||
MP3_CMD(MP3_CMD_PLAY, 0);
|
||||
Response_P(S_JSON_MP3_COMMAND, command, XdrvMailbox.payload)
|
||||
Response_P(S_JSON_MP3_COMMAND, command, XdrvMailbox.payload);
|
||||
}
|
||||
break;
|
||||
#endif // USE_DY_SV17F
|
||||
|
Loading…
x
Reference in New Issue
Block a user