This commit is contained in:
Ben Meadors 2023-01-28 08:09:10 -06:00
parent db192481bd
commit e01e830c0e

View File

@ -9,7 +9,7 @@ RepeaterModule *repeaterModule;
bool RepeaterModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshtastic_Routing *r)
{
printPacket("Repeater rebroadcasting", &mp);
printPacket("Repeater rebroadcasting message", &mp);
meshtastic_MeshPacket *p = const_cast<meshtastic_MeshPacket *>(&mp);
router->send(p);
return true;