mirror of https://github.com/arendst/Tasmota.git
Renamed driver so it is more clear that it is not only for the dual dimmer
This commit is contained in:
parent
c2dfd559eb
commit
9ab3eb05bd
|
@ -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
|
||||
|
||||
|
@ -17,8 +17,6 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define USE_ARMTRONIX_DIMMERS
|
||||
|
||||
#ifdef USE_ARMTRONIX_DIMMERS
|
||||
|
||||
#define XDRV_18 18
|
||||
|
@ -161,8 +159,6 @@ void ArmtronixSetWifiLed(){
|
|||
/*********************************************************************************************\
|
||||
* Interface
|
||||
\*********************************************************************************************/
|
||||
bool flip;
|
||||
|
||||
boolean Xdrv18(byte function)
|
||||
{
|
||||
boolean result = false;
|
Loading…
Reference in New Issue