From 657d4850a3818574f800780c58669c5df3f998ee Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Wed, 10 Jul 2024 20:35:14 -0500 Subject: [PATCH] Remove Improv from C3-adopt & S3-adopt --- project-template-esp32-c3-adopt.yaml | 16 ---------------- project-template-esp32-s3-adopt.yaml | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/project-template-esp32-c3-adopt.yaml b/project-template-esp32-c3-adopt.yaml index 13e8825..792d2e2 100644 --- a/project-template-esp32-c3-adopt.yaml +++ b/project-template-esp32-c3-adopt.yaml @@ -34,19 +34,3 @@ wifi: # In combination with the `ap` this allows the user # to provision wifi credentials to the device. captive_portal: - -########################################################## -# Most projects should not remove anything from above here -# and should just modify the name, project name/version -# and git url for the dashboard_import -########################################################## - - -# Sets up Bluetooth LE (Only on ESP32) to allow the user -# to provision wifi credentials to the device. -esp32_improv: - authorizer: none - -# Sets up the improv via serial client for Wi-Fi provisioning. -# Handy if your device has a usb port for the user to add credentials when they first get it. -improv_serial: diff --git a/project-template-esp32-s3-adopt.yaml b/project-template-esp32-s3-adopt.yaml index 8a1e2bd..2f77a07 100644 --- a/project-template-esp32-s3-adopt.yaml +++ b/project-template-esp32-s3-adopt.yaml @@ -35,19 +35,3 @@ wifi: # In combination with the `ap` this allows the user # to provision wifi credentials to the device. captive_portal: - -########################################################## -# Most projects should not remove anything from above here -# and should just modify the name, project name/version -# and git url for the dashboard_import -########################################################## - - -# Sets up Bluetooth LE (Only on ESP32) to allow the user -# to provision wifi credentials to the device. -esp32_improv: - authorizer: none - -# Sets up the improv via serial client for Wi-Fi provisioning. -# Handy if your device has a usb port for the user to add credentials when they first get it. -improv_serial: