Cosmetics: rename remaining plugins → modules and less errors (#3645)

This commit is contained in:
GUVWAF
2024-04-17 00:47:56 +02:00
committed by GitHub
parent 55c9c3b298
commit c34956e9d8
6 changed files with 14 additions and 13 deletions

View File

@@ -479,7 +479,7 @@ void Router::handleReceived(meshtastic_MeshPacket *p, RxSource src)
// call modules here
if (!skipHandle)
MeshModule::callPlugins(*p, src);
MeshModule::callModules(*p, src);
}
void Router::perhapsHandleReceived(meshtastic_MeshPacket *p)
@@ -499,4 +499,4 @@ void Router::perhapsHandleReceived(meshtastic_MeshPacket *p)
handleReceived(p);
packetPool.release(p);
}
}