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 234d9e0 commit 215a1d7Copy full SHA for 215a1d7
ESP8266/ESP8266.h
@@ -18,6 +18,7 @@
18
#define ESP8266_H
19
20
#include "ATCmdParser.h"
21
+#include "Mutex.h"
22
#include "nsapi_types.h"
23
#include "rtos.h"
24
ESP8266Interface.h
@@ -18,8 +18,15 @@
#define ESP8266_INTERFACE_H
#include "mbed.h"
-#include "ESP8266.h"
+#include "Callback.h"
+#include "netsocket/nsapi_types.h"
+#include "netsocket/NetworkInterface.h"
25
+#include "netsocket/NetworkStack.h"
26
+#include "netsocket/WiFiAccessPoint.h"
27
+#include "netsocket/WiFiInterface.h"
28
+
29
+#include "ESP8266.h"
30
31
#define ESP8266_SOCKET_COUNT 5
32
0 commit comments