diff --git a/src/obk_config.h b/src/obk_config.h index 86172964a..2f3ad0f01 100644 --- a/src/obk_config.h +++ b/src/obk_config.h @@ -87,15 +87,15 @@ #define ENABLE_I2C 1 //#define ENABLE_TEST_COMMANDS 1 #define ENABLE_CALENDAR_EVENTS 1 -#define ENABLE_DRIVER_BRIDGE 1 +#define ENABLE_DRIVER_BRIDGE 0 #define ENABLE_HTTPBUTTONS 1 #define ENABLE_ADVANCED_CHANNELTYPES_DISCOVERY 1 #define ENABLE_DRIVER_WEMO 1 #define ENABLE_DRIVER_HUE 1 -#define ENABLE_DRIVER_CHARGINGLIMIT 1 -#define ENABLE_DRIVER_BATTERY 1 +#define ENABLE_DRIVER_CHARGINGLIMIT 0 +#define ENABLE_DRIVER_BATTERY 0 #if PLATFORM_BK7231N -#define ENABLE_DRIVER_PWM_GROUP 1 +#define ENABLE_DRIVER_PWM_GROUP 0 #endif // parse things like $CH1 or $hour etc #define ENABLE_EXPAND_CONSTANT 1