From a8dea00fce3b1e06e150b66a0b02b34498bd2267 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 19 Nov 2020 15:59:19 +0100 Subject: [PATCH] Fix zbbridge compilation --- tasmota/xdrv_01_webserver.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index aae381c2a..4780da184 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -2569,7 +2569,7 @@ void HandleInformation(void) /*-------------------------------------------------------------------------------------------*/ -#if defined(USE_TASMOTA_CLIENT) || defined(SHELLY_FW_UPGRADE) +#if defined(USE_ZIGBEE_EZSP) || defined(USE_TASMOTA_CLIENT) || defined(SHELLY_FW_UPGRADE) struct { size_t spi_hex_size; @@ -2607,7 +2607,7 @@ uint32_t BUploadWriteBuffer(uint8_t *buf, size_t size) { return 0; } -#endif // USE_TASMOTA_CLIENT or SHELLY_FW_UPGRADE +#endif // USE_ZIGBEE_EZSP or USE_TASMOTA_CLIENT or SHELLY_FW_UPGRADE void HandleUpgradeFirmware(void) {