Skip to content

Commit

Permalink
feat: added Wireless Synchronization to v2 config (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel authored Nov 6, 2024
1 parent ee72be9 commit 2a6d781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ type Wired struct {
}

type Wireless struct {
Profiles []WirelessProfile `yaml:"profiles"`
WiFiSyncEnabled bool `yaml:"wifiSyncEnabled"`
Profiles []WirelessProfile `yaml:"profiles"`
}

type WirelessProfile struct {
Expand Down

0 comments on commit 2a6d781

Please sign in to comment.