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:
committed by
David Čermák
parent
651e6a7b32
commit
39f4f98aa1
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user