Renamed driver so it is more clear that it is not only for the dual dimmer

This commit is contained in:
wvdv2002 2018-11-16 09:53:23 +01:00
parent c2dfd559eb
commit 9ab3eb05bd
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* /*
xdrv_16_armtronixdimmer.ino - Armtronix dimmer support for Sonoff-Tasmota xdrv_18_armtronixdimmer.ino - Armtronix dimmers support for Sonoff-Tasmota
Copyright (C) 2018 digiblur, Joel Stein and Theo Arends Copyright (C) 2018 digiblur, Joel Stein and Theo Arends
@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#define USE_ARMTRONIX_DIMMERS
#ifdef USE_ARMTRONIX_DIMMERS #ifdef USE_ARMTRONIX_DIMMERS
#define XDRV_18 18 #define XDRV_18 18
@ -161,8 +159,6 @@ void ArmtronixSetWifiLed(){
/*********************************************************************************************\ /*********************************************************************************************\
* Interface * Interface
\*********************************************************************************************/ \*********************************************************************************************/
bool flip;
boolean Xdrv18(byte function) boolean Xdrv18(byte function)
{ {
boolean result = false; boolean result = false;