mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 21:34:08 +01:00
ci
This commit is contained in:
@@ -23,8 +23,7 @@ Sprocket* Sprocket::join(Network& net){
|
||||
Serial.println("join network");
|
||||
net.init(&scheduler);
|
||||
net.connect();
|
||||
activate(&scheduler, &net);
|
||||
return this;
|
||||
return activate(&scheduler, &net);
|
||||
}
|
||||
|
||||
Sprocket* Sprocket::addTask(Task& tsk){
|
||||
|
||||
Reference in New Issue
Block a user