add back process dest, fixes #1275, v3.6.1-dev0a

This commit is contained in:
MichaelDvP
2023-09-02 12:29:26 +02:00
parent 243aec37fd
commit 6173e94cc0
2 changed files with 3 additions and 1 deletions

View File

@@ -939,6 +939,8 @@ bool EMSESP::process_telegram(std::shared_ptr<const Telegram> telegram) {
emsdevice->add_handlers_ignored(telegram->type_id);
}
break;
} else if (emsdevice->is_device_id(telegram->dest)) {
emsdevice->handle_telegram(telegram);
}
}

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.6.1-dev.0"
#define EMSESP_APP_VERSION "3.6.1-dev.0a"