mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
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
|