Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/obk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
#elif PLATFORM_BL602

// #define ENABLE_SEND_POSTANDGET 1
#define ENABLE_DRIVER_BRIDGE 1
#define ENABLE_HA_DISCOVERY 1
#define ENABLE_MQTT 1
#define ENABLE_TASMOTADEVICEGROUPS 1
Expand All @@ -201,6 +202,7 @@
#define ENABLE_DRIVER_WEMO 1
#define ENABLE_DRIVER_FREEZE 0
#define ENABLE_DRIVER_DHT 1
#define ENABLE_DRIVER_BRIDGE 1
// parse things like $CH1 or $hour etc
#define ENABLE_EXPAND_CONSTANT 1
#define ENABLE_TASMOTA_JSON 1
Expand Down
Loading