Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt committed Jun 15, 2024
1 parent c9bca29 commit 79cd188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/office-desk-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ api:
ota:

wifi:
ssid: ${ssid)
ssid: ${ssid}
password: ${wifi_password}

# Enable fallback hotspot (captive portal) in case wifi connection fails
Expand Down
2 changes: 1 addition & 1 deletion tests/office-desk-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ api:
ota:

wifi:
ssid: ${ssid)
ssid: ${ssid}
password: ${wifi_password}

# Enable fallback hotspot (captive portal) in case wifi connection fails
Expand Down
2 changes: 1 addition & 1 deletion tests/office-desk-esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ api:
ota:

wifi:
ssid: ${ssid)
ssid: ${ssid}
password: ${wifi_password}

# Enable fallback hotspot (captive portal) in case wifi connection fails
Expand Down

0 comments on commit 79cd188

Please sign in to comment.