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 89d51b5 commit af29615
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> If you like this project, please donate a star on GitHub and consider [sponsoring](https://www.paypal.com/donate/?hosted_button_id=FZDKSLQ46HJTU) me 🙏 !
## Important breaking news
with the ulanzi-hardware and esphome 2024.2.0 you have to remove all the rtttl stuff to make things work!!!
With the ulanzi-hardware and esphome 2024.2.0 you have to remove all the rtttl stuff to make things work!!!

## Introduction

Expand Down
16 changes: 0 additions & 16 deletions install/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 @@ -108,13 +99,6 @@ logger:
level: DEBUG

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-test.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 @@ -60,14 +59,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 @@ -102,13 +93,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 af29615

Please sign in to comment.