This commit is contained in:
Thomas Göttgens 2022-10-12 13:13:02 +02:00
parent 3e22aafea8
commit 18af9d734d

View File

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