mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-08 03:44:19 +00:00
Fix sending multiple FilterListReq mac-commands.
This commit is contained in:
parent
57ab993a88
commit
3f8f746dc5
@ -1788,6 +1788,11 @@ impl Data {
|
||||
dev_eui: device.dev_eui.to_vec(),
|
||||
provisioned: false,
|
||||
});
|
||||
|
||||
// Return because we can't add multiple sets and if we would combine
|
||||
// multiple commands as a single set, it might not fit in a single
|
||||
// downlink.
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user