mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
21b3f38ab8
Due to Windows limitations. Sigh.
6 lines
156 B
C
6 lines
156 B
C
#ifndef _SDK_OVERRIDE_ESPCONN_H_
|
|
#define _SDK_OVERRIDE_ESPCONN_H_
|
|
// Pull in the correct lwIP header
|
|
#include "../../app/include/lwip/app/espconn.h"
|
|
#endif
|