IDF release/v4.0 08219f3cf

This commit is contained in:
me-no-dev
2020-01-25 14:51:58 +00:00
parent 8c723be135
commit 41ba143063
858 changed files with 37940 additions and 49396 deletions

View File

@ -47,7 +47,7 @@ extern "C" {
struct pppapi_msg_msg {
ppp_pcb *ppp;
union {
#if ESP_LWIP
#if ESP_PPP
struct {
u8_t authtype;
const char *user;
@ -111,7 +111,7 @@ struct pppapi_msg {
/* API for application */
err_t pppapi_set_default(ppp_pcb *pcb);
#if ESP_LWIP
#if ESP_PPP
void pppapi_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);
#endif
#if PPP_NOTIFY_PHASE