I am running ppp with a telit modem on an ESP32 board and every 5 minutes the board is losing the ppp connection.
case PPPERR_CONNECT: {
ESP_LOGE(TAG, "status_cb: Connection lost\n");
}
It is connecting and getting IP correctly but it often loses the connection
often. What could be the problem?
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
