From 072cf561fa0af9fdf9545e808a1ae2e18bd7bc9e Mon Sep 17 00:00:00 2001 From: openshwprojects <85486843+openshwprojects@users.noreply.github.com> Date: Tue, 7 May 2024 15:00:24 +0200 Subject: [PATCH] try BL602 with ENABLE_EXPAND_CONSTANT 1 (#1212) --- src/obk_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/obk_config.h b/src/obk_config.h index 9ad622ad8..9db6e5949 100644 --- a/src/obk_config.h +++ b/src/obk_config.h @@ -78,6 +78,8 @@ #define ENABLE_DRIVER_WEMO 1 #define ENABLE_DRIVER_FREEZE 0 #define ENABLE_DRIVER_DHT 1 +// parse things like $CH1 or $hour etc +#define ENABLE_EXPAND_CONSTANT 1 #elif PLATFORM_BEKEN