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 -
|
// LoRaConstraints -
|
||||||
type LoRaConstraints struct {
|
type LoRaConstraints struct {
|
||||||
Frequency *LoRaFrequencyRange `mapstructure:"frequency,omitempty" json:"frequency,omitempty"`
|
Frequency [][]int `mapstructure:"frequency,omitempty" json:"frequency,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoRaFrequencyRange -
|
// LoRaFrequencyRange -
|
||||||
|
|
Reference in New Issue