Skip to content

Commit

Permalink
Merge pull request #88 from jamesmyatt/fix-config
Browse files Browse the repository at this point in the history
Fix config files
  • Loading branch information
iMicknl authored Jun 15, 2024
2 parents c9bca29 + 79cd188 commit 939c2b0
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 939c2b0

Please sign in to comment.