From 8f4b4d481e2c0461cdab01b6d2cff24d2dbdc9ec Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:22:38 +0200 Subject: [PATCH] Remove CCLoader from zigbee binary --- platformio_tasmota_env.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index fd479cf4c..4fcae1887 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -68,7 +68,7 @@ board_build.f_cpu = 160000000L lib_extra_dirs = lib/lib_ssl [env:tasmota-zigbee] -build_flags = ${common.build_flags} -DUSE_ZIGBEE -DUSE_CCLOADER -DUSE_UFILESYS +build_flags = ${common.build_flags} -DUSE_ZIGBEE -DUSE_UFILESYS board = esp8266_4M2M board_build.f_cpu = 160000000L