mirror of
https://github.com/esphome/esphome.git
synced 2025-01-20 04:44:05 +00:00
debug ppp
This commit is contained in:
parent
ccd10c9fd9
commit
cf24dbb59c
@ -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…
x
Reference in New Issue
Block a user