mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 16:56:34 +00:00
Fix compilation
This commit is contained in:
parent
2eb56b77a2
commit
b90ef3b400
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user