We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 274e8b7 + 13ea02e commit 1c5394dCopy full SHA for 1c5394d
examples/peripherals/.build-test-rules.yml
@@ -129,7 +129,9 @@ examples/peripherals/i2s/i2s_recorder:
129
130
examples/peripherals/isp/multi_pipelines:
131
disable:
132
- - if: SOC_MIPI_CSI_SUPPORTED != 1 or SOC_MIPI_DSI_SUPPORTED != 1 or SOC_ISP_SUPPORTED != 1
+ - if: SOC_MIPI_CSI_SUPPORTED != 1
133
+ - if: SOC_MIPI_DSI_SUPPORTED != 1
134
+ - if: SOC_ISP_SUPPORTED != 1
135
depends_components:
136
- esp_driver_isp
137
- esp_driver_cam
0 commit comments