esp_local_ctrl example pytest migration

This commit is contained in:
Harshit Malpani
2022-05-10 14:46:51 +05:30
parent 762820971c
commit 63b1b1bd44
2 changed files with 49 additions and 21 deletions
@@ -1,3 +1,5 @@
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- | -------- |
# ESP Local Control using HTTPS server
This example creates a `esp_local_ctrl` service over HTTPS transport, for securely controlling the device over local network. In this case the device name is resolved through `mDNS`, which in this example is `my_esp_ctrl_device.local`.