mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-14 12:46:50 +01:00
stuff
This commit is contained in:
@@ -32,7 +32,7 @@ Network* MeshNet::init(){
|
||||
Network* MeshNet::connectStation(int doConnect) {
|
||||
if(doConnect){
|
||||
Serial.println("connect station");
|
||||
mesh.stationManual(config.stationSSID, config.stationPassword);
|
||||
mesh.stationManual(config.stationSSID, config.stationPassword, 5555, IPAddress(192,168,1,142));
|
||||
mesh.setHostname(config.hostname.c_str());
|
||||
}
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user