pull/76/head
Peter Buchegger 2021-04-09 22:42:40 +02:00
rodzic 54f7e6f045
commit f467b431df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ bool LoraTask::loop(std::shared_ptr<System> system) {
String path = msg->getPath();
if (path.indexOf("RFONLY") != -1 || path.indexOf("NOGATE") != -1 || path.indexOf("TCPIP") != -1) {
return;
return true;
}
if (!path.isEmpty()) {