Migrate to latest Reachview new API evolution
Tested with Reachview v2.18.1
This commit is contained in:
parent
c7d4215be8
commit
98e33af1e5
|
@ -233,7 +233,7 @@ type Constraints struct {
|
|||
|
||||
// LoRaConstraints -
|
||||
type LoRaConstraints struct {
|
||||
Frequency *LoRaFrequencyRange `mapstructure:"frequency,omitempty" json:"frequency,omitempty"`
|
||||
Frequency [][]int `mapstructure:"frequency,omitempty" json:"frequency,omitempty"`
|
||||
}
|
||||
|
||||
// LoRaFrequencyRange -
|
||||
|
|
Reference in New Issue