mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-15 15:49:15 +00:00
Fix sending multiple FilterListReq mac-commands.
This commit is contained in:
@ -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(());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user