Merge branch 'feature/add_lwip_app_ping' into 'master'

feat(lwip): Add ping function(Commit ID: b650d19c)

See merge request sdk/ESP8266_RTOS_SDK!590
This commit is contained in:
Dong Heng
2018-10-31 09:51:14 +08:00
6 changed files with 832 additions and 0 deletions

View File

@ -2231,4 +2231,6 @@ void *memp_malloc_ll(size_t type);
#endif
#endif
#define ESP_PING 1
#endif /* __LWIP_HDR_LWIPOPTS_H__ */