Skip to content

Commit

Permalink
Update image-config WiFi key strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl committed Sep 8, 2022
1 parent c502852 commit ecbed4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/jag/commands/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ type binaryConfig struct {
Name string `json:"name"`
ID string `json:"id"`
Wifi struct {
Password string `json:"password"`
SSID string `json:"ssid"`
Password string `json:"wifi.password"`
SSID string `json:"wifi.ssid"`
} `json:"wifi"`
}

Expand Down

0 comments on commit ecbed4e

Please sign in to comment.