Also log txack errors for mac-only downlinks.

This commit is contained in:
Orne Brocaar 2022-08-30 14:02:21 +01:00
parent 3cf05e8fb9
commit 0a5c38d322

View File

@ -70,7 +70,7 @@ impl TxAck {
ctx.decode_phy_payload()?;
if ctx.is_error() {
if ctx.is_application_payload() {
if ctx.is_application_payload() || ctx.is_mac_only_downlink() {
ctx.get_device().await?;
ctx.get_device_profile().await?;
ctx.get_application().await?;