mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
lwip2: fix disconnection, fix reconnection (#4851)
This commit is contained in:
parent
641c5cdc61
commit
74819a763b
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
Subproject commit 0c0d8c2fb90de1fc1a956c89984b74dcdd7bf8dc
|
||||
Subproject commit 163bb82dd97e985df76c07d1c3f7325212cbdd5e
|
@ -32,10 +32,10 @@
|
||||
// packet capture callback from esp side
|
||||
#include <stdlib.h>
|
||||
|
||||
#define HAS_PHY_CAPTURE 1
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
#define HAS_PHY_CAPTURE 1
|
||||
void (*phy_capture) (int netif_idx, const char* data, size_t len, int out, int success);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -1,5 +1,5 @@
|
||||
// generated by makefiles/make-lwip2-hash
|
||||
#ifndef LWIP_HASH_H
|
||||
#define LWIP_HASH_H
|
||||
#define LWIP_HASH_STR "STABLE-2_0_3_RELEASE/glue:arduino-2.4.1-10-g0c0d8c2"
|
||||
#define LWIP_HASH_STR "STABLE-2_0_3_RELEASE/glue:arduino-2.4.1-13-g163bb82"
|
||||
#endif // LWIP_HASH_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user