Skip to content

Commit

Permalink
remove gpio15
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Feb 23, 2024
1 parent 4df0393 commit a7cd4fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
16 changes: 0 additions & 16 deletions copy2esphome/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ substitutions:
board: esp32dev
# Pin definition from https://github.com/aptonline/PixelIt_Ulanzi
battery_pin: GPIO34
buzzer_pin: GPIO15
ldr_pin: GPIO35
matrix_pin: GPIO32
left_button_pin: GPIO26
Expand Down Expand Up @@ -66,14 +65,6 @@ esphome:
then:
- ds1307.read_time:

output:
- platform: ledc
pin: $buzzer_pin
id: rtttl_out

rtttl:
output: rtttl_out

esp32:
board: esp32dev

Expand Down Expand Up @@ -121,13 +112,6 @@ logger:
level: WARN

api:
services:
- service: tune
variables:
tune: string
then:
- rtttl.play:
rtttl: !lambda 'return tune;'

sensor:
- platform: sht3xd
Expand Down
16 changes: 0 additions & 16 deletions tests/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ substitutions:
board: esp32dev
# Pin definition from https://github.com/aptonline/PixelIt_Ulanzi
battery_pin: GPIO34
buzzer_pin: GPIO15
ldr_pin: GPIO35
matrix_pin: GPIO32
left_button_pin: GPIO26
Expand Down Expand Up @@ -71,14 +70,6 @@ esphome:
then:
- ds1307.read_time:

output:
- platform: ledc
pin: $buzzer_pin
id: rtttl_out

rtttl:
output: rtttl_out

esp32:
board: esp32dev

Expand Down Expand Up @@ -113,13 +104,6 @@ logger:
level: WARN

api:
services:
- service: tune
variables:
tune: string
then:
- rtttl.play:
rtttl: !lambda 'return tune;'

sensor:
- platform: sht3xd
Expand Down

0 comments on commit a7cd4fd

Please sign in to comment.