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: