We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619bb8c commit 0226fcfCopy full SHA for 0226fcf
core/MyTransport.cpp
@@ -554,6 +554,8 @@ bool transportRouteMessage(MyMessage &message)
554
}
555
TRANSPORT_DEBUG(PSTR("!TSF:RTE:N2N FAIL\n"));
556
557
+#else
558
+ TRANSPORT_DEBUG(PSTR("TSF:RTE:N2N DIS\n"));
559
#endif
560
route = _transportConfig.parentNodeId; // not a repeater, all traffic routed via parent
561
0 commit comments