1
0
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:
david gauchard
2018-06-27 10:47:17 +02:00
committed by GitHub
parent 641c5cdc61
commit 74819a763b
5 changed files with 3 additions and 3 deletions

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