Migrate to latest Reachview new API evolution

Tested with Reachview v2.18.1
This commit is contained in:
wpetit 2019-08-18 20:30:35 +02:00
parent c7d4215be8
commit 98e33af1e5
1 changed files with 1 additions and 1 deletions

View File

@ -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 -