diff --git a/src/obk_config.h b/src/obk_config.h index 013bfa946..c7399bf6b 100644 --- a/src/obk_config.h +++ b/src/obk_config.h @@ -106,6 +106,7 @@ #elif PLATFORM_BEKEN // set to 0 to disable +#define ENABLE_DRIVER_CHARTS 1 #define ENABLE_TASMOTADEVICEGROUPS 1 #define ENABLE_LITTLEFS 1 #define ENABLE_NTP 1 @@ -133,12 +134,15 @@ #define ENABLE_DRIVER_HUE 1 //#define ENABLE_DRIVER_CHARGINGLIMIT 1 #define ENABLE_DRIVER_BATTERY 1 + #if PLATFORM_BK7231N +#define ENABLE_DRIVER_CHARTS 1 //#define ENABLE_DRIVER_PWM_GROUP 1 #define ENABLE_DRIVER_SM16703P 1 #define ENABLE_DRIVER_PIXELANIM 1 #define ENABLE_DRIVER_SM15155E 1 #endif + // parse things like $CH1 or $hour etc #define ENABLE_EXPAND_CONSTANT 1 #define ENABLE_DRIVER_DHT 1