[ESP8266] Fixed typos
This commit is contained in:
parent
d3cec5d3b4
commit
61bb57b9be
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class ESP8266: public TransportLayer {
|
||||||
*/
|
*/
|
||||||
int16_t join(const char* ssid, const char* password);
|
int16_t join(const char* ssid, const char* password);
|
||||||
|
|
||||||
// transport layer methods (implementations of purely virtual methods in TransportMethod class)
|
// transport layer methods (implementations of purely virtual methods in TransportLayer class)
|
||||||
int16_t openTransportConnection(const char* host, const char* protocol, uint16_t port, uint16_t tcpKeepAlive = 0);
|
int16_t openTransportConnection(const char* host, const char* protocol, uint16_t port, uint16_t tcpKeepAlive = 0);
|
||||||
int16_t closeTransportConnection();
|
int16_t closeTransportConnection();
|
||||||
int16_t send(const char* data);
|
int16_t send(const char* data);
|
||||||
|
|
Loading…
Add table
Reference in a new issue