Skip to content

Commit

Permalink
Remove AP passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Jul 11, 2024
1 parent 657d485 commit e179979
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion project-template-esp32-adopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ ota:
wifi:
# Set up a wifi access point using the device name above
ap:
password: "12345678"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device.
Expand Down
1 change: 0 additions & 1 deletion project-template-esp32-c3-adopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ ota:
wifi:
# Set up a wifi access point using the device name above
ap:
password: "12345678"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device.
Expand Down
1 change: 0 additions & 1 deletion project-template-esp32-c3-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dashboard_import:
wifi:
# Set up a wifi access point using the device name above
ap:
password: "12345678"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device.
Expand Down
1 change: 0 additions & 1 deletion project-template-esp32-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dashboard_import:
wifi:
# Set up a wifi access point using the device name above
ap:
password: "12345678"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device.
Expand Down
1 change: 0 additions & 1 deletion project-template-esp32-s3-adopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ota:
wifi:
# Set up a wifi access point using the device name above
ap:
password: "12345678"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device.
Expand Down
1 change: 0 additions & 1 deletion project-template-esp32-s3-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dashboard_import:
wifi:
# Set up a wifi access point using the device name above
ap:
password: "12345678"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device.
Expand Down

0 comments on commit e179979

Please sign in to comment.