sforkowany z mirror/meshtastic-firmware
move debug msg
rodzic
3f3a1a11df
commit
8f1c1a9049
|
@ -67,8 +67,8 @@ void FloodingRouter::doTask()
|
||||||
{
|
{
|
||||||
MeshPacket *p = toResend.dequeuePtr(0);
|
MeshPacket *p = toResend.dequeuePtr(0);
|
||||||
|
|
||||||
DEBUG_MSG("Sending delayed message!\n");
|
|
||||||
if (p) {
|
if (p) {
|
||||||
|
DEBUG_MSG("Sending delayed message!\n");
|
||||||
// Note: we are careful to resend using the original senders node id
|
// 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
|
// We are careful not to call our hooked version of send() - because we don't want to check this again
|
||||||
Router::send(p);
|
Router::send(p);
|
||||||
|
|
Ładowanie…
Reference in New Issue