mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
debug ppp
This commit is contained in:
parent
ccd10c9fd9
commit
cf24dbb59c
1 changed files with 1 additions and 1 deletions
|
@ -76,8 +76,8 @@ async def to_code(config):
|
|||
add_idf_sdkconfig_option("CONFIG_PPP_NOTIFY_PHASE_SUPPORT", True)
|
||||
add_idf_sdkconfig_option("CONFIG_PPP_CHAP_SUPPORT", True)
|
||||
add_idf_sdkconfig_option("CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION", True)
|
||||
add_idf_sdkconfig_option("CONFIG_EXAMPLE_MODEM_PPP_APN", "orange")
|
||||
add_idf_sdkconfig_option("CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT", True)
|
||||
add_idf_sdkconfig_option("CONFIG_LWIP_PPP_DEBUG_ON", True)
|
||||
|
||||
cg.add_define("USE_GSM")
|
||||
|
||||
|
|
Loading…
Reference in a new issue