We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ff86f commit 21b3f38Copy full SHA for 21b3f38
sdk-overrides/include/espconn.h
@@ -0,0 +1,5 @@
1
+#ifndef _SDK_OVERRIDE_ESPCONN_H_
2
+#define _SDK_OVERRIDE_ESPCONN_H_
3
+// Pull in the correct lwIP header
4
+#include "../../app/include/lwip/app/espconn.h"
5
+#endif
0 commit comments