We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12da78 commit 8cdf1b1Copy full SHA for 8cdf1b1
utility/WiFiStream.h
@@ -114,7 +114,7 @@ class WiFiStream : public Stream
114
* @return true if WiFi and TCP connection are established
115
*/
116
virtual bool maintain() = 0;
117
-
+
118
#ifdef ESP8266
119
/**
120
* get status of TCP connection
@@ -131,7 +131,7 @@ class WiFiStream : public Stream
131
* LAST_ACK = 9
132
* TIME_WAIT = 10
133
134
- inline uint8_t status()
+ inline uint8_t status()
135
{
136
return _client.status();
137
}
0 commit comments