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);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user