Migrate OTA example test to pytest framework

This commit is contained in:
Harshit Malpani
2022-03-30 14:37:25 +05:30
parent 70109e2393
commit 25f02efaa1
7 changed files with 390 additions and 438 deletions
@@ -1,3 +1,5 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- | -------- |
# Advanced HTTPS OTA example
This example is based on `esp_https_ota` component's APIs.