mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Fix MP3 default state
This commit is contained in:
parent
c22227c918
commit
92f05fe7ca
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user