mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
Rename MeshPlugin, SinglePortPlugin and ProtobufPlugin
This commit is contained in:
@@ -377,7 +377,7 @@ void Router::handleReceived(MeshPacket *p, RxSource src)
|
||||
}
|
||||
|
||||
// call modules here
|
||||
MeshPlugin::callPlugins(*p, src);
|
||||
MeshModule::callPlugins(*p, src);
|
||||
}
|
||||
|
||||
void Router::perhapsHandleReceived(MeshPacket *p)
|
||||
|
||||
Reference in New Issue
Block a user