mirror of
https://github.com/esphome/esphome.git
synced 2025-09-28 16:12:24 +01:00
fix CONFIG_SCHEMA in init modem
This commit is contained in:
@@ -150,6 +150,6 @@ async def to_code(config):
|
|||||||
add_idf_component(
|
add_idf_component(
|
||||||
name="esp_modem",
|
name="esp_modem",
|
||||||
repo="https://github.com/espressif/esp-protocols.git",
|
repo="https://github.com/espressif/esp-protocols.git",
|
||||||
ref="^1.1.0",
|
ref="modem-v1.1.0",
|
||||||
path="components/esp_modem",
|
path="components/esp_modem",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user