mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 13:25:03 +01:00
move plugins to sprocket
This commit is contained in:
@@ -20,9 +20,8 @@ Network* MeshNet::init(){
|
||||
return this;
|
||||
}
|
||||
Network* MeshNet::connectStation(int doConnect) {
|
||||
Serial.println("connect station?");
|
||||
if(doConnect){
|
||||
Serial.println("connect station!");
|
||||
Serial.println("connect station");
|
||||
mesh.stationManual(config.stationSSID, config.stationPassword);
|
||||
mesh.setHostname(config.hostname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user