First set of changes for from-source esp-lwip
This commit is contained in:
parent
2449914df1
commit
e4bc8fab7a
6 changed files with 91 additions and 7 deletions
|
|
@ -32,6 +32,12 @@
|
|||
#ifndef __LWIPOPTS_H__
|
||||
#define __LWIPOPTS_H__
|
||||
|
||||
#define LWIP_ESP 1
|
||||
#define ESP_RTOS 1
|
||||
#define PBUF_RSV_FOR_WLAN 1
|
||||
#define EBUF_LWIP 1
|
||||
#define ESP_TIMEWAIT_THRESHOLD 10000
|
||||
|
||||
/*
|
||||
-----------------------------------------------
|
||||
---------- Platform specific locking ----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue