lilygo-tdisplays3-esphome
lilygo-tdisplays3-esphome copied to clipboard
External power solution
GPIO15 need to be set to HIGH during boot to permit an external power on 5V pin. Without it, ESP don't turn on. I've done this:
esphome:
...
on_boot: priority: -100.0 # ... then: - switch.turn_off: power_en
switch:
- platform: gpio pin: GPIO15 id: power_en restore_mode: ALWAYS_ON