Skip to content

Commit 3d56b3c

Browse files
committed
Merge pull request arduino#419 from gerritv/development
Fix exception in esp8266 gateway.
2 parents d63c44d + cf571b3 commit 3d56b3c

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)