From 74afa790cf2f7b772f3d9943fdcfc470380b4466 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Wed, 10 Jul 2019 18:34:08 +0200 Subject: [PATCH] Disable TX20 wind sensor Just disabling RC switch is NOT enough for successfull compiling with stage/core!! --- sonoff/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index 23ca0980d..446849403 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -444,7 +444,7 @@ #define USE_RF_FLASH // Add support for flashing the EFM8BB1 chip on the Sonoff RF Bridge. C2CK must be connected to GPIO4, C2D to GPIO5 on the PCB (+3k code) -#define USE_TX20_WIND_SENSOR // Add support for La Crosse TX20 anemometer (+2k code) +//#define USE_TX20_WIND_SENSOR // Add support for La Crosse TX20 anemometer (+2k code) //#define USE_RC_SWITCH // Add support for RF transceiver using library RcSwitch (+2k7 code, 460 iram)