mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
move debug msg
This commit is contained in:
parent
3f3a1a11df
commit
8f1c1a9049
@ -67,8 +67,8 @@ void FloodingRouter::doTask()
|
||||
{
|
||||
MeshPacket *p = toResend.dequeuePtr(0);
|
||||
|
||||
DEBUG_MSG("Sending delayed message!\n");
|
||||
if (p) {
|
||||
DEBUG_MSG("Sending delayed message!\n");
|
||||
// Note: we are careful to resend using the original senders node id
|
||||
// We are careful not to call our hooked version of send() - because we don't want to check this again
|
||||
Router::send(p);
|
||||
|
Loading…
Reference in New Issue
Block a user