We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85905c1 commit d9a7a81Copy full SHA for d9a7a81
cores/esp8266/Arduino.h
@@ -37,6 +37,7 @@ extern "C" {
37
#include "binary.h"
38
#include "esp8266_peri.h"
39
#include "twi.h"
40
+#include "core_esp8266_features.h"
41
42
#define HIGH 0x1
43
#define LOW 0x0
cores/esp8266/core_esp8266_features.h
@@ -28,6 +28,8 @@
28
#define CORE_HAS_LIBB64
29
#define CORE_HAS_BASE64_CLASS
30
31
+#define WIFI_HAS_EVENT_CALLBACK
32
+
33
34
#endif
35
0 commit comments