Skip to content

Commit cf571b3

Browse files
author
gerritv
committed
Fix exception in esp8266 gateway. Found by @sle118
1 parent d63c44d commit cf571b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/MySensors/core/MyGatewayTransportEthernet.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ bool gatewayTransportInit() {
134134
#else
135135
// we have to use pointers due to the constructor of EthernetServer
136136
_ethernetServer.begin();
137-
#if defined(MY_GATEWAY_ESP8266)
138-
_ethernetServer.setNoDelay(true);
139-
#endif
140137
#endif /* USE_UDP */
141138
_w5100_spi_en(false);
142139
return true;

0 commit comments

Comments
 (0)