OVMS3-idf/examples/protocols/pppos_client/components/modem
David Cermak 8f0ec8bd50 pppos client: modem netif fix ignoring potential modem-start error
esp-modem netif glue layer implements esp-netif attach callback to setup corresponding driver functions and start the modem. The error code of esp_modem_start_ppp() was ignored and ESP_OK returned in all cases. Fixed by passing esp_modem_start_ppp()'s error code to post_attach callback.

Closes https://github.com/espressif/esp-idf/issues/5430
2020-06-18 16:20:50 +02:00
..
include fix esp_modem switch mode timeout 2020-05-29 13:03:15 +08:00
src pppos client: modem netif fix ignoring potential modem-start error 2020-06-18 16:20:50 +02:00
CMakeLists.txt pppos_client: Add a test application for pppos_client 2020-04-14 21:46:07 +02:00
component.mk modem: support modem facility and PPPoS 2019-01-23 18:53:32 +08:00
Kconfig esp_modem: UART runtime configuration of esp-modem 2020-04-14 21:46:07 +02:00