Experimental support Sonoff D1

Experimental support Sonoff D1 (#7598)
This commit is contained in:
Theo Arends 2020-02-28 18:15:04 +01:00
parent 1ef284cdf2
commit 6d79d56956
2 changed files with 1 additions and 2 deletions

View File

@ -419,6 +419,7 @@
#define USE_PWM_DIMMER // Add support for MJ-SD01/acenx/NTONPOWER PWM dimmers (+4k5 code) #define USE_PWM_DIMMER // Add support for MJ-SD01/acenx/NTONPOWER PWM dimmers (+4k5 code)
#define USE_PWM_DIMMER_REMOTE // Add support for remote switches to PWM Dimmer, also adds device groups support (+0k7 code, also includes device groups) #define USE_PWM_DIMMER_REMOTE // Add support for remote switches to PWM Dimmer, also adds device groups support (+0k7 code, also includes device groups)
//#define USE_KEELOQ // Add support for Jarolift rollers by Keeloq algorithm (+4k5 code) //#define USE_KEELOQ // Add support for Jarolift rollers by Keeloq algorithm (+4k5 code)
//#define USE_SONOFF_D1 // Add support for Sonoff D1
// -- Optional light modules ---------------------- // -- Optional light modules ----------------------
#define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by // #define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by //

View File

@ -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_SONOFF_D1
#ifdef USE_SONOFF_D1 #ifdef USE_SONOFF_D1
/*********************************************************************************************\ /*********************************************************************************************\
* Sonoff D1 dimmer 433 * Sonoff D1 dimmer 433