mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
missing part of class name WiFiMesh -> ESP8266WiFiMesh
This commit is contained in:
parent
3bbe9b56c6
commit
bdb5e0c0d9
@ -98,7 +98,7 @@ bool ESP8266WiFiMesh::exchangeInfo(String message, WiFiClient curr_client)
|
|||||||
* @message The string to send to the node.
|
* @message The string to send to the node.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void WiFiMesh::connectToNode(String target_ssid, String message)
|
void ESP8266WiFiMesh::connectToNode(String target_ssid, String message)
|
||||||
{
|
{
|
||||||
WiFiClient curr_client;
|
WiFiClient curr_client;
|
||||||
WiFi.begin( target_ssid.c_str() );
|
WiFi.begin( target_ssid.c_str() );
|
||||||
@ -165,4 +165,4 @@ void ESP8266WiFiMesh::acceptRequest()
|
|||||||
if (_client.connected())
|
if (_client.connected())
|
||||||
_client.println(response);
|
_client.println(response);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user