1.2-legacy
geeksville 2020-04-25 11:46:46 -07:00
rodzic 3f3a1a11df
commit 8f1c1a9049
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);