Skip to content

Commit 74819a7

Browse files
authored
lwip2: fix disconnection, fix reconnection (#4851)
1 parent 641c5cd commit 74819a7

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

tools/sdk/lib/liblwip2.a

540 Bytes
Binary file not shown.

tools/sdk/lib/liblwip2_1460.a

540 Bytes
Binary file not shown.

tools/sdk/lwip2/include/gluedebug.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
// packet capture callback from esp side
3333
#include <stdlib.h>
3434

35+
#define HAS_PHY_CAPTURE 1
3536
#ifdef __cplusplus
3637
extern "C"
3738
#endif
38-
#define HAS_PHY_CAPTURE 1
3939
void (*phy_capture) (int netif_idx, const char* data, size_t len, int out, int success);
4040

4141
/////////////////////////////////////////////////////////////////////////////
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndef LWIP_HASH_H
33
#define LWIP_HASH_H
4-
#define LWIP_HASH_STR "STABLE-2_0_3_RELEASE/glue:arduino-2.4.1-10-g0c0d8c2"
4+
#define LWIP_HASH_STR "STABLE-2_0_3_RELEASE/glue:arduino-2.4.1-13-g163bb82"
55
#endif // LWIP_HASH_H

0 commit comments

Comments
 (0)