mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +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];
|
WiFiClient client_tcp[TCP_BRIDGE_CONNECTIONS];
|
||||||
uint8_t client_next = 0;
|
uint8_t client_next = 0;
|
||||||
uint8_t *tcp_buf = nullptr; // data transfer buffer
|
uint8_t *tcp_buf = nullptr; // data transfer buffer
|
||||||
IPAddress ip_filter = 0;
|
IPAddress ip_filter;
|
||||||
|
|
||||||
#include <TasmotaSerial.h>
|
#include <TasmotaSerial.h>
|
||||||
TasmotaSerial *TCPSerial = nullptr;
|
TasmotaSerial *TCPSerial = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user