mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
don't send messages the phone sent us back towards the phone
This commit is contained in:
@@ -15,7 +15,7 @@ struct GlobalPacketId {
|
||||
|
||||
GlobalPacketId(const MeshPacket *p)
|
||||
{
|
||||
node = p->from;
|
||||
node = getFrom(p);
|
||||
id = p->id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user