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 cabf41c commit 8562e3bCopy full SHA for 8562e3b
examples/peripherals/.build-test-rules.yml
@@ -313,12 +313,14 @@ examples/peripherals/rmt/ir_nec_transceiver:
313
314
examples/peripherals/rmt/musical_buzzer:
315
disable:
316
+ - if: SOC_RMT_SUPPORTED != 1
317
- if: SOC_RMT_SUPPORT_TX_LOOP_COUNT != 1
318
depends_components:
319
- esp_driver_rmt
320
321
examples/peripherals/rmt/stepper_motor:
322
323
324
- if: SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP != 1
325
326
0 commit comments