1
0
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:
Markus Sattler 2015-12-29 17:44:00 +01:00
parent 85905c12f2
commit d9a7a816d5
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ extern "C" {
#include "binary.h"
#include "esp8266_peri.h"
#include "twi.h"
#include "core_esp8266_features.h"
#define HIGH 0x1
#define LOW 0x0

View File

@ -28,6 +28,8 @@
#define CORE_HAS_LIBB64
#define CORE_HAS_BASE64_CLASS
#define WIFI_HAS_EVENT_CALLBACK
#endif