Compare commits

..

No commits in common. "71a90b3b787ddcd4a9098c662d71a519e6e9e867" and "f37abe8f0f46fe129b5c92b3b2e4cdaefeecdf45" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -112,8 +112,6 @@ bool PacketHistory::wasRelayer(const uint8_t relayer, const uint32_t id, const N
PacketRecord r;
r.id = id;
r.sender = sender;
r.rxTimeMsec = 0;
r.next_hop = 0;
auto found = recentPackets.find(r);
if (found == recentPackets.end()) {

View File

@ -12,7 +12,6 @@
#include "PhoneAPI.h"
#include "PowerFSM.h"
#include "RadioInterface.h"
#include "Router.h"
#include "TypeConversions.h"
#include "main.h"
#include "xmodem.h"
@ -637,4 +636,4 @@ int PhoneAPI::onNotify(uint32_t newValue)
}
return timeout ? -1 : 0; // If we timed out, MeshService should stop iterating through observers as we just removed one
}
}