mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-06 05:41:46 +00:00
fix serious bug! plugin was incorrectly stopping packet processing
This commit is contained in:
parent
c15204fed1
commit
e60ef655cb
@ -176,5 +176,5 @@ bool ExternalNotificationPlugin::handleReceived(const MeshPacket &mp)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return true; // Let others look at this message also if they want
|
return false; // Very important to never return TRUE here. TRUE means we handled the packet and we will stop letting other plugins see it
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user