Merge branch 'master' into pcf8563rtc

This commit is contained in:
Thomas Göttgens
2022-10-01 15:20:16 +02:00
committed by GitHub
9 changed files with 67 additions and 23 deletions

View File

@@ -112,7 +112,7 @@ void MeshModule::callPlugins(const MeshPacket &mp, RxSource src)
bool rxChannelOk = !pi.boundChannel || (mp.from == 0) ||
!ch ||
strlen(ch->settings.name) > 0 ||
strcmp(ch->settings.name, pi.boundChannel);
(strcmp(ch->settings.name, pi.boundChannel) == 0);
if (!rxChannelOk) {
// no one should have already replied!