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 970527d commit 6ba4acfCopy full SHA for 6ba4acf
core/MyTransport.cpp
@@ -684,7 +684,7 @@ void transportProcessMessage(void)
684
// update routing table if msg not from parent
685
#if defined(MY_REPEATER_FEATURE)
686
#if !defined(MY_GATEWAY_FEATURE)
687
- if (last != _transportConfig.parentNodeId) {
+ if (last != GATEWAY_ADDRESS || sender != GATEWAY_ADDRESS) {
688
#else
689
// GW doesn't have parent
690
{
0 commit comments