From 82cadd9ed8003d7fa96e664e9f355758716ae464 Mon Sep 17 00:00:00 2001 From: luc Date: Thu, 13 Aug 2015 11:35:08 +0800 Subject: [PATCH] Rearrange headers and add SPI.h in esp8266.ino as seems necessary with latest staging module remove yield in main loop as seems --- esp8266/esp8266.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/esp8266.ino b/esp8266/esp8266.ino index 17398822..fafab3d2 100644 --- a/esp8266/esp8266.ino +++ b/esp8266/esp8266.ino @@ -27,7 +27,7 @@ #ifndef ARDUINO_ESP8266_ESP01 #error Oops! Make sure you have 'ESP8266' selected from the 'Tools -> Boards' menu. #endif -//includes: why EEPROM.h need to be there ??? +#include #include #include "config.h" #include "wifi.h"