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.
1 parent 5effb74 commit 13ea02eCopy full SHA for 13ea02e
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