mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
lwip2: fix disconnection, fix reconnection (#4851)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user