Skip to content

Commit

Permalink
Fix led mapping on US model
Browse files Browse the repository at this point in the history
Tentatively solves #29
  • Loading branch information
edwardtfn committed Aug 29, 2024
1 parent 2091fc4 commit 7e46ecb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ esp32:
esphome:
name: ${name}
friendly_name: ${friendly_name}
comment: TX Ultimate Easy
platformio_options:
build_flags:
- -D TX_ULTIMATE_EASY_CORE
Expand Down Expand Up @@ -394,7 +395,7 @@ light:
segments:
- id: light_full
from: 0
to: 28
to: 27
effects: &light_effects_full
- addressable_rainbow:
- addressable_rainbow:
Expand Down Expand Up @@ -507,8 +508,8 @@ light:
default_transition_length: ${default_transition_length}
segments:
- id: light_full
from: 10
to: 15
from: 9
to: 14
reversed: true
effects: *light_effects_full
- id: light_us_left
Expand Down

0 comments on commit 7e46ecb

Please sign in to comment.