Fix compilation

This commit is contained in:
Theo Arends 2025-05-29 17:53:55 +02:00
parent 2eb56b77a2
commit b90ef3b400

View File

@ -997,9 +997,6 @@ void WSContentSendStyle_P(const char* formatP, ...) {
#ifdef USE_WEB_STATUS_LINE_WIFI #ifdef USE_WEB_STATUS_LINE_WIFI
WSContentSend_P(HTTP_HEAD_STYLE_WIFI, WebColor(COL_FORM), WebColor(COL_TITLE)); WSContentSend_P(HTTP_HEAD_STYLE_WIFI, WebColor(COL_FORM), WebColor(COL_TITLE));
#endif #endif
USE_LORAWAN_BRIDGE
#if defined(USE_ZIGBEE) || defined(USE_LORAWAN_BRIDGE) #if defined(USE_ZIGBEE) || defined(USE_LORAWAN_BRIDGE)
WSContentSend_P(HTTP_HEAD_STYLE_ZIGBEE); WSContentSend_P(HTTP_HEAD_STYLE_ZIGBEE);
#endif // USE_ZIGBEE #endif // USE_ZIGBEE