cleanup build, examples and library

This commit is contained in:
2018-06-19 19:09:27 +02:00
parent 514f0fa8b8
commit 8d2342b60b
13 changed files with 124 additions and 23 deletions

View File

@@ -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);