Skip to content

Commit

Permalink
Update obk_config.h
Browse files Browse the repository at this point in the history
Set ENABLE_DRIVER_CHARTS = 1 also for Beken Devices
  • Loading branch information
ehorvat1 authored Oct 3, 2024
1 parent c5d1229 commit 7b7d979
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/obk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
#define ENABLE_NTP 1
#define ENABLE_NTP_SUNRISE_SUNSET 1
#define ENABLE_DRIVER_LED 1
#define ENABLE_DRIVER_BL0937 1
#define ENABLE_DRIVER_BL0942 1
#define ENABLE_DRIVER_BL0942SPI 1
#define ENABLE_DRIVER_BL0937 0
#define ENABLE_DRIVER_BL0942 0
#define ENABLE_DRIVER_BL0942SPI 0
#define ENABLE_DRIVER_CSE7766 1
#define ENABLE_DRIVER_BMP280 1
//#define ENABLE_DRIVER_PT6523 1
Expand All @@ -123,13 +123,13 @@
#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_WEMO 0
#define ENABLE_DRIVER_HUE 0
//#define ENABLE_DRIVER_CHARGINGLIMIT 1
#define ENABLE_DRIVER_BATTERY 1
#define ENABLE_DRIVER_BATTERY 0
#if PLATFORM_BK7231N
//#define ENABLE_DRIVER_PWM_GROUP 1
#define ENABLE_DRIVER_SM16703P 1
Expand All @@ -149,6 +149,7 @@
#define ENABLE_DRIVER_IR2 0
#define ENABLE_DRIVER_DS1820 1
#define ENABLE_DRIVER_CHT83XX 1
#define ENABLE_DRIVER_CHARTS 1

#elif PLATFORM_LN882H

Expand Down

0 comments on commit 7b7d979

Please sign in to comment.