Skip to content

Commit

Permalink
Fix missing add_idf_sdkconfig_option
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Jan 7, 2025
1 parent b6e3f41 commit b0b19fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tx_ultimate_easy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import esphome.config_validation as cv
from esphome import automation
from esphome.components import uart
from esphome.components.esp32 import add_idf_sdkconfig_option
from esphome.const import (
CONF_ID,
)
Expand Down

0 comments on commit b0b19fe

Please sign in to comment.