|
|
@@ -161,6 +161,16 @@ example_test_pytest_esp32_wifi:
|
|
|
TARGET: ESP32
|
|
|
ENV_MARKER: wifi
|
|
|
|
|
|
+example_test_pytest_esp32_wifi_bt:
|
|
|
+ extends:
|
|
|
+ - .pytest_examples_dir_template
|
|
|
+ - .rules:test:example_test-esp32
|
|
|
+ needs:
|
|
|
+ - build_pytest_examples_esp32
|
|
|
+ variables:
|
|
|
+ TARGET: ESP32
|
|
|
+ ENV_MARKER: wifi_bt
|
|
|
+
|
|
|
example_test_pytest_esp32_ethernet_ip101:
|
|
|
extends:
|
|
|
- .pytest_examples_dir_template
|