From 96682723d32e400bb37ba00e95c92f5b04c5db2b Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 7 Sep 2018 08:14:07 +0200 Subject: [PATCH] Added DFPlayer Mini MP3 Player, D_SENSOR_DFR562 --- sonoff/sonoff_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/sonoff_template.h b/sonoff/sonoff_template.h index c6e70b98c..2ab43286d 100644 --- a/sonoff/sonoff_template.h +++ b/sonoff/sonoff_template.h @@ -174,7 +174,7 @@ const char kSensorNames[] PROGMEM = D_SENSOR_BUTTON "1n|" D_SENSOR_BUTTON "2n|" D_SENSOR_BUTTON "3n|" D_SENSOR_BUTTON "4n|" D_SENSOR_COUNTER "1n|" D_SENSOR_COUNTER "2n|" D_SENSOR_COUNTER "3n|" D_SENSOR_COUNTER "4n|" D_SENSOR_PZEM_TX "|" D_SENSOR_PZEM_RX "|" - D_SENSOR_MP3_DFR562; + D_SENSOR_DFR562; /********************************************************************************************/