mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-18 08:12:57 +00:00
Compare commits
No commits in common. "71a90b3b787ddcd4a9098c662d71a519e6e9e867" and "f37abe8f0f46fe129b5c92b3b2e4cdaefeecdf45" have entirely different histories.
71a90b3b78
...
f37abe8f0f
@ -112,8 +112,6 @@ bool PacketHistory::wasRelayer(const uint8_t relayer, const uint32_t id, const N
|
|||||||
PacketRecord r;
|
PacketRecord r;
|
||||||
r.id = id;
|
r.id = id;
|
||||||
r.sender = sender;
|
r.sender = sender;
|
||||||
r.rxTimeMsec = 0;
|
|
||||||
r.next_hop = 0;
|
|
||||||
auto found = recentPackets.find(r);
|
auto found = recentPackets.find(r);
|
||||||
|
|
||||||
if (found == recentPackets.end()) {
|
if (found == recentPackets.end()) {
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#include "PhoneAPI.h"
|
#include "PhoneAPI.h"
|
||||||
#include "PowerFSM.h"
|
#include "PowerFSM.h"
|
||||||
#include "RadioInterface.h"
|
#include "RadioInterface.h"
|
||||||
#include "Router.h"
|
|
||||||
#include "TypeConversions.h"
|
#include "TypeConversions.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "xmodem.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
|
return timeout ? -1 : 0; // If we timed out, MeshService should stop iterating through observers as we just removed one
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user