mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +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.
|
||||
*
|
||||
*/
|
||||
void WiFiMesh::connectToNode(String target_ssid, String message)
|
||||
void ESP8266WiFiMesh::connectToNode(String target_ssid, String message)
|
||||
{
|
||||
WiFiClient curr_client;
|
||||
WiFi.begin( target_ssid.c_str() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user