mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
include core_esp8266_features.h in arduino.h for easier usage, and add WIFI_HAS_EVENT_CALLBACK
This commit is contained in:
parent
85905c12f2
commit
d9a7a816d5
@ -37,6 +37,7 @@ extern "C" {
|
|||||||
#include "binary.h"
|
#include "binary.h"
|
||||||
#include "esp8266_peri.h"
|
#include "esp8266_peri.h"
|
||||||
#include "twi.h"
|
#include "twi.h"
|
||||||
|
#include "core_esp8266_features.h"
|
||||||
|
|
||||||
#define HIGH 0x1
|
#define HIGH 0x1
|
||||||
#define LOW 0x0
|
#define LOW 0x0
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
#define CORE_HAS_LIBB64
|
#define CORE_HAS_LIBB64
|
||||||
#define CORE_HAS_BASE64_CLASS
|
#define CORE_HAS_BASE64_CLASS
|
||||||
|
|
||||||
|
#define WIFI_HAS_EVENT_CALLBACK
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user