mirror of https://github.com/arendst/Tasmota.git
define MP3 Player added //#define USE_MP3_PLAYER
This commit is contained in:
parent
a416f0b334
commit
5582c85b3b
|
@ -268,6 +268,9 @@
|
|||
// -- Internal Analog input -----------------------
|
||||
#define USE_ADC_VCC // Display Vcc in Power status. Disable for use as Analog input on selected devices
|
||||
|
||||
// -- MP3 player ----------------------------------
|
||||
//#define USE_MP3_PLAYER // Use of the DFPlayer Mini MP3 Player RB-DFR-562 commands: play, volume and stop
|
||||
|
||||
// -- One wire sensors ----------------------------
|
||||
// WARNING: Select none for default one DS18B20 sensor or enable one of the following two options for multiple sensors
|
||||
#define USE_DS18x20 // Optional for more than one DS18x20 sensors with id sort, single scan and read retry (+1k3 code)
|
||||
|
|
Loading…
Reference in New Issue