diff --git a/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp b/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp index 97ec0954b..6d3e544d7 100644 --- a/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp +++ b/libraries/ESP8266WiFiMesh/src/ESP8266WiFiMesh.cpp @@ -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() ); @@ -165,4 +165,4 @@ void ESP8266WiFiMesh::acceptRequest() if (_client.connected()) _client.println(response); } -} \ No newline at end of file +}