From b90ef3b40035d9c42d519745b7c0796deba3dea4 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 29 May 2025 17:53:55 +0200 Subject: [PATCH] Fix compilation --- tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino index 0d1b1ac4c..06d571e10 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino @@ -997,9 +997,6 @@ void WSContentSendStyle_P(const char* formatP, ...) { #ifdef USE_WEB_STATUS_LINE_WIFI WSContentSend_P(HTTP_HEAD_STYLE_WIFI, WebColor(COL_FORM), WebColor(COL_TITLE)); #endif - -USE_LORAWAN_BRIDGE - #if defined(USE_ZIGBEE) || defined(USE_LORAWAN_BRIDGE) WSContentSend_P(HTTP_HEAD_STYLE_ZIGBEE); #endif // USE_ZIGBEE