Skip to content

Commit 8fede49

Browse files
committed
change(examples): Re-enable examples which need esp_wifi_remote
This reverts commit 7023b48.
1 parent 4233552 commit 8fede49

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

examples/protocols/.build-test-rules.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@ examples/protocols/mqtt/ssl_psk:
193193
<<: *mqtt_dependencies
194194
examples/protocols/mqtt/tcp:
195195
<<: *mqtt_dependencies
196-
disable+:
197-
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
198-
temporary: true
199-
reason: need to update esp_wifi_remote component to support idf-v6.0
200196
disable_test:
201197
- if: IDF_TARGET != "esp32"
202198
reason: only test on esp32

examples/protocols/mqtt/tcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- |
33

44
# ESP-MQTT sample application
55
(See the README.md file in the upper level 'examples' directory for more information about examples.)

examples/wifi/.build-test-rules.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ examples/wifi/iperf:
3636
disable:
3737
- if: (SOC_WIFI_SUPPORTED != 1) and (SOC_WIRELESS_HOST_SUPPORTED != 1)
3838
- if: (IDF_TARGET == "esp32p4") and CONFIG_NAME in ["defaults", "99"]
39-
- if: IDF_TARGET in ["esp32p4", "esp32h2"]
40-
temporary: true
41-
reason: need to update esp_wifi_remote component to support idf-v6.0
4239
disable_test:
4340
- if: IDF_TARGET not in ["esp32"]
4441
temporary: true

examples/wifi/iperf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
33

44
# Iperf Example
55

0 commit comments

Comments
 (0)