From e088379b26c39776af90e57caaa224ae978954cd Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Wed, 12 Jan 2022 17:46:42 +0530 Subject: [PATCH] ci: re-enable s3 build for few examples --- examples/provisioning/wifi_prov_mgr/README.md | 3 --- examples/system/ota/advanced_https_ota/README.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples/provisioning/wifi_prov_mgr/README.md b/examples/provisioning/wifi_prov_mgr/README.md index e21cc632d8..748ba5014b 100644 --- a/examples/provisioning/wifi_prov_mgr/README.md +++ b/examples/provisioning/wifi_prov_mgr/README.md @@ -1,6 +1,3 @@ -| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 | -| ----------------- | ----- | -------- | -------- | - # Wi-Fi Provisioning Manager Example (See the README.md file in the upper level 'examples' directory for more information about examples.) diff --git a/examples/system/ota/advanced_https_ota/README.md b/examples/system/ota/advanced_https_ota/README.md index 46613dcbf9..749016e895 100644 --- a/examples/system/ota/advanced_https_ota/README.md +++ b/examples/system/ota/advanced_https_ota/README.md @@ -1,6 +1,3 @@ -| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 | -| ----------------- | ----- | -------- | -------- | - # Advanced HTTPS OTA example This example is based on `esp_https_ota` component's APIs.