mirror of
https://github.com/espressif/esp-modbus.git
synced 2026-08-03 20:24:09 +02:00
22 lines
658 B
YAML
22 lines
658 B
YAML
## EXAMPLES Folder
|
|
examples/tcp/mb_tcp_master:
|
|
disable:
|
|
- if: ((CONFIG_NAME == "wifi" or CONFIG_NAME == "default") and SOC_WIFI_SUPPORTED != 1)
|
|
|
|
examples/tcp/mb_tcp_slave:
|
|
disable:
|
|
- if: ((CONFIG_NAME == "wifi" or CONFIG_NAME == "default") and SOC_WIFI_SUPPORTED != 1)
|
|
|
|
## TEST APPS Folder
|
|
test_apps/physical_tests:
|
|
disable:
|
|
- if: (CONFIG_NAME == "wifi" and SOC_WIFI_SUPPORTED != 1)
|
|
|
|
test_apps/tcp_instances_tests/mb_tcp_master_instances:
|
|
disable:
|
|
- if: (CONFIG_NAME == "wifi" and SOC_WIFI_SUPPORTED != 1)
|
|
|
|
test_apps/tcp_instances_tests/mb_tcp_slave_instances:
|
|
disable:
|
|
- if: (CONFIG_NAME == "wifi" and SOC_WIFI_SUPPORTED != 1)
|