diff --git a/sonoff/xdrv_18_armtronixDimmers.ino b/sonoff/xdrv_18_armtronixDimmers.ino index 0de7fac77..9fae00ff0 100644 --- a/sonoff/xdrv_18_armtronixDimmers.ino +++ b/sonoff/xdrv_18_armtronixDimmers.ino @@ -17,6 +17,10 @@ along with this program. If not, see . */ +/*This code can be used for Armtronix dimmers. The dimmers contain a Atmega328 to do the actual dimming. + Checkout the Tasmota Wiki for information on how to flash this Atmega328 with the firmware to work together with this driver. +*/ + #ifdef USE_ARMTRONIX_DIMMERS #define XDRV_18 18