diff --git a/src/plugins/ExternalNotificationPlugin.cpp b/src/plugins/ExternalNotificationPlugin.cpp index e48b7beda..d5ad167b6 100644 --- a/src/plugins/ExternalNotificationPlugin.cpp +++ b/src/plugins/ExternalNotificationPlugin.cpp @@ -176,5 +176,5 @@ bool ExternalNotificationPlugin::handleReceived(const MeshPacket &mp) #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 }