mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 13:25:03 +01:00
move webserver stuff to plugin
This commit is contained in:
@@ -43,6 +43,7 @@ void MeshNet::sendTo(uint32_t target, String msg){
|
||||
|
||||
void MeshNet::broadcast(String msg){
|
||||
mesh.sendBroadcast(msg);
|
||||
|
||||
}
|
||||
void MeshNet::update(){
|
||||
// only needed when no scheduler was passed to mesh.init
|
||||
|
||||
Reference in New Issue
Block a user