mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
[ci][tests] Remove all redundant ESP32-C3 Arduino tests (#11154)
This commit is contained in:
committed by
Jesse Hills
parent
dca29ed89b
commit
8b0ec0afe3
@@ -1,5 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
gate_pin: GPIO5
|
|
||||||
zero_cross_pin: GPIO4
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<<: !include common.yaml
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
tx_pin: GPIO4
|
|
||||||
rx_pin: GPIO5
|
|
||||||
request_pin: GPIO6
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<<: !include common.yaml
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
pin: GPIO2
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO5
|
|
||||||
sda_pin: GPIO4
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
tx_pin: GPIO4
|
|
||||||
rx_pin: GPIO5
|
|
||||||
pin: GPIO2
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
light:
|
|
||||||
- platform: neopixelbus
|
|
||||||
id: addr3
|
|
||||||
name: Neopixelbus Light
|
|
||||||
gamma_correct: 2.8
|
|
||||||
color_correct: [0.0, 0.0, 0.0, 0.0]
|
|
||||||
default_transition_length: 10s
|
|
||||||
effects:
|
|
||||||
- addressable_flicker:
|
|
||||||
name: Flicker Effect With Custom Values
|
|
||||||
update_interval: 16ms
|
|
||||||
intensity: 5%
|
|
||||||
type: GRBW
|
|
||||||
variant: SK6812
|
|
||||||
method:
|
|
||||||
type: esp32_rmt
|
|
||||||
channel: 0
|
|
||||||
num_leds: 5
|
|
||||||
pin: 4
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO5
|
|
||||||
sda_pin: GPIO4
|
|
||||||
i2s_bclk_pin: GPIO7
|
|
||||||
i2s_lrclk_pin: GPIO6
|
|
||||||
i2s_mclk_pin: GPIO9
|
|
||||||
i2s_dout_pin: GPIO8
|
|
||||||
|
|
||||||
<<: !include common-audio_dac.yaml
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO5
|
|
||||||
sda_pin: GPIO4
|
|
||||||
i2s_bclk_pin: GPIO7
|
|
||||||
i2s_lrclk_pin: GPIO6
|
|
||||||
i2s_mclk_pin: GPIO9
|
|
||||||
i2s_dout_pin: GPIO8
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
clk_pin: GPIO6
|
|
||||||
mosi_pin: GPIO7
|
|
||||||
miso_pin: GPIO5
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
wifi:
|
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
wled:
|
|
||||||
|
|
||||||
light:
|
|
||||||
- platform: esp32_rmt_led_strip
|
|
||||||
id: led_matrix_32x8
|
|
||||||
default_transition_length: 500ms
|
|
||||||
chipset: ws2812
|
|
||||||
rgb_order: GRB
|
|
||||||
num_leds: 256
|
|
||||||
pin: 2
|
|
||||||
effects:
|
|
||||||
- wled:
|
|
||||||
Reference in New Issue
Block a user