mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-07 11:26:45 +00:00
Add the misspelled UnkownReceiver as a valid ResultCode in BE (#317)
This commit is contained in:
parent
64277b1d9f
commit
b0ed12a1f5
@ -466,6 +466,7 @@ pub enum ResultCode {
|
||||
UnknownDevAddr,
|
||||
UnknownSender,
|
||||
UnknownReceiver,
|
||||
UnkownReceiver, //Value in Backend Interfaces Spec 1.0/1.1 is misspelled
|
||||
Deferred,
|
||||
XmitFailed,
|
||||
InvalidFPort,
|
||||
|
Loading…
x
Reference in New Issue
Block a user