mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 13:25:03 +01:00
adapt mesh app to use mesh plugin
This commit is contained in:
@@ -40,8 +40,8 @@ void MeshNet::sendTo(uint32_t target, String msg){
|
||||
mesh.sendSingle(target, msg);
|
||||
}
|
||||
|
||||
void MeshNet::broadcast(String msg){
|
||||
mesh.sendBroadcast(msg);
|
||||
void MeshNet::broadcast(String msg, bool self){
|
||||
mesh.sendBroadcast(msg, self);
|
||||
|
||||
}
|
||||
void MeshNet::update(){
|
||||
|
||||
Reference in New Issue
Block a user