diff --git a/src/TaskLora.cpp b/src/TaskLora.cpp index dc81a55..04b6f83 100644 --- a/src/TaskLora.cpp +++ b/src/TaskLora.cpp @@ -47,7 +47,7 @@ bool LoraTask::loop(std::shared_ptr system) { String path = msg->getPath(); if (path.indexOf("RFONLY") != -1 || path.indexOf("NOGATE") != -1 || path.indexOf("TCPIP") != -1) { - return; + return true; } if (!path.isEmpty()) {