mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fix CONFIG_SCHEMA in init modem
This commit is contained in:
parent
bf2a793984
commit
1fc9ac0ce1
1 changed files with 1 additions and 1 deletions
|
@ -150,6 +150,6 @@ async def to_code(config):
|
|||
add_idf_component(
|
||||
name="esp_modem",
|
||||
repo="https://github.com/espressif/esp-protocols.git",
|
||||
ref="^1.1.0",
|
||||
ref="modem-v1.1.0",
|
||||
path="components/esp_modem",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue