mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 13:25:03 +01:00
cleanup build, examples and library
This commit is contained in:
@@ -24,9 +24,6 @@ Network* MeshNet::init(){
|
||||
|
||||
return this;
|
||||
}
|
||||
Network* MeshNet::connect(){
|
||||
return this;
|
||||
}
|
||||
|
||||
void MeshNet::sendTo(uint32_t target, String msg){
|
||||
mesh.sendSingle(target, msg);
|
||||
|
||||
Reference in New Issue
Block a user