1
0
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:
david gauchard 2018-06-27 10:47:17 +02:00 committed by GitHub
parent 641c5cdc61
commit 74819a763b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
Subproject commit 0c0d8c2fb90de1fc1a956c89984b74dcdd7bf8dc
Subproject commit 163bb82dd97e985df76c07d1c3f7325212cbdd5e

View File

@ -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);
/////////////////////////////////////////////////////////////////////////////

View File

@ -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