mirror of
https://github.com/meshtastic/firmware.git
synced 2026-04-02 22:46:02 -04: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