Skip to content

Commit

Permalink
Update obk_config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Jan 10, 2025
1 parent 9d6e06f commit 776a510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/obk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@

#elif PLATFORM_W600

// Some limited drivers are supported on W600, OBK_DISABLE_ALL_DRIVERS is not defined
// parse things like $CH1 or $hour etc
#define ENABLE_EXPAND_CONSTANT 1
#define ENABLE_HA_DISCOVERY 1
#define ENABLE_MQTT 1
#define ENABLE_TASMOTADEVICEGROUPS 1
Expand All @@ -41,6 +42,7 @@
#define ENABLE_TASMOTA_JSON 1
#define ENABLE_DRIVER_DS1820 1
#define OBK_OTA_EXTENSION ".img"
#define ENABLE_OBK_SCRIPTING 1

#elif PLATFORM_W800

Expand Down

0 comments on commit 776a510

Please sign in to comment.