[ESP8266] Fixed typos

This commit is contained in:
jgromes 2020-03-22 08:14:23 +01:00
parent d3cec5d3b4
commit 61bb57b9be

View file

@ -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);