ci: enable build pytest ut and examples on esp32c2

This commit is contained in:
morris
2022-05-07 15:26:45 +08:00
parent 6d288575dc
commit 47e4fe83ba
6 changed files with 35 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | 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,3 +1,5 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- | -------- |
# Native OTA example
This example is based on `app_update` component's APIs.