esp-idf/examples/protocols/pppos_client/components/modem
David Cermak 12f4f8f7f8 Examples/PPPoS: Fixed missed NETIF_PPP_STATUS event unregister
NETIF_PPP_STATUS is registerd while modem gets attached to the related netif.
we don't have any network detach functionality in the modem component, so we
unregister the event during esp_modem_netif_clear_default_handlers().

Related https://esp32.com/viewtopic.php?f=13&t=23632
Related https://github.com/espressif/esp-idf/issues/7469
2021-10-26 10:45:12 +02:00
..
include Examples/pppos_client: Remove uart pattern detection 2021-09-21 10:12:54 +02:00
src Examples/PPPoS: Fixed missed NETIF_PPP_STATUS event unregister 2021-10-26 10:45:12 +02:00
CMakeLists.txt Move DCE_CHECK in the esp_modem_dce 2021-03-01 17:10:48 +00:00
component.mk Move DCE_CHECK in the esp_modem_dce 2021-03-01 17:10:48 +00:00
Kconfig esp_modem: UART runtime configuration of esp-modem 2020-04-14 21:46:07 +02:00