mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +00:00
Fix TCP bridge compile error
This commit is contained in:
parent
f29312415e
commit
0d2432a15b
@ -35,7 +35,7 @@ WiFiServer *server_tcp = nullptr;
|
||||
WiFiClient client_tcp[TCP_BRIDGE_CONNECTIONS];
|
||||
uint8_t client_next = 0;
|
||||
uint8_t *tcp_buf = nullptr; // data transfer buffer
|
||||
IPAddress ip_filter = 0;
|
||||
IPAddress ip_filter;
|
||||
|
||||
#include <TasmotaSerial.h>
|
||||
TasmotaSerial *TCPSerial = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user