mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-13 08:32:08 +00:00
This commit is contained in:
parent
db192481bd
commit
e01e830c0e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user