From e1799792aa17ada771372449e3f5d7bc47c42fcb Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Thu, 11 Jul 2024 16:36:24 -0500 Subject: [PATCH] Remove AP passwords --- project-template-esp32-adopt.yaml | 1 - project-template-esp32-c3-adopt.yaml | 1 - project-template-esp32-c3-release.yaml | 1 - project-template-esp32-release.yaml | 1 - project-template-esp32-s3-adopt.yaml | 1 - project-template-esp32-s3-release.yaml | 1 - 6 files changed, 6 deletions(-) diff --git a/project-template-esp32-adopt.yaml b/project-template-esp32-adopt.yaml index 18bef96..73460f3 100644 --- a/project-template-esp32-adopt.yaml +++ b/project-template-esp32-adopt.yaml @@ -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. diff --git a/project-template-esp32-c3-adopt.yaml b/project-template-esp32-c3-adopt.yaml index 792d2e2..2ffbee7 100644 --- a/project-template-esp32-c3-adopt.yaml +++ b/project-template-esp32-c3-adopt.yaml @@ -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. diff --git a/project-template-esp32-c3-release.yaml b/project-template-esp32-c3-release.yaml index fa2a789..5b3e008 100644 --- a/project-template-esp32-c3-release.yaml +++ b/project-template-esp32-c3-release.yaml @@ -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. diff --git a/project-template-esp32-release.yaml b/project-template-esp32-release.yaml index 478b95c..14576b3 100644 --- a/project-template-esp32-release.yaml +++ b/project-template-esp32-release.yaml @@ -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. diff --git a/project-template-esp32-s3-adopt.yaml b/project-template-esp32-s3-adopt.yaml index 2f77a07..8c0ad01 100644 --- a/project-template-esp32-s3-adopt.yaml +++ b/project-template-esp32-s3-adopt.yaml @@ -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. diff --git a/project-template-esp32-s3-release.yaml b/project-template-esp32-s3-release.yaml index e1bad33..b4fe3bf 100644 --- a/project-template-esp32-s3-release.yaml +++ b/project-template-esp32-s3-release.yaml @@ -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.