ci: re-enable s3 build for few examples

This commit is contained in:
Harshit Malpani 2022-01-12 17:46:42 +05:30
parent 0b46ac1732
commit e088379b26
2 changed files with 0 additions and 6 deletions

View File

@ -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.)

View File

@ -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.