fix(examples): Add wifi_remote option to common connect example

* Add MQTT test configuration with WiFi on ESP32-P4
* Document esp_wifi_remote workflow in the example's README
This commit is contained in:
David Cermak
2023-09-26 07:20:51 +02:00
committed by David Čermák
parent 651e6a7b32
commit 39f4f98aa1
4 changed files with 183 additions and 4 deletions
@@ -1,3 +1,7 @@
dependencies:
protocol_examples_common:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
espressif/esp_wifi_remote:
version: ">=0.1.12"
rules:
- if: "target in [esp32p4, esp32h2]"