Fix MP3 default state

This commit is contained in:
Theo Arends 2022-06-05 12:00:38 +02:00
parent c22227c918
commit 92f05fe7ca

View File

@ -77,6 +77,10 @@
#define XDRV_14 14
#ifndef MP3_VOLUME
#define MP3_VOLUME 30 // Set the startup volume on init, the range can be 0..100(max)
#endif
#include <TasmotaSerial.h>
TasmotaSerial *MP3Player;