This commit is contained in:
Jonathan Bennett
2025-12-13 20:27:04 -06:00
parent 4fd7960371
commit 6b2bd09dd8
12 changed files with 720 additions and 3 deletions

View File

@@ -91,6 +91,9 @@ class Router : protected concurrency::OSThread, protected PacketHistory
before us */
uint32_t rxDupe = 0, txRelayCanceled = 0;
// pointer to the encrypted packet
meshtastic_MeshPacket *p_encrypted;
protected:
friend class RoutingModule;