mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Use better ESP8266 check to compile on all ESP8266
as now I can test on NodeMCU 1.0 also
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
*/
|
||||
//be sure correct IDE and settings are used for ESP8266
|
||||
#ifndef ARDUINO_ESP8266_ESP01
|
||||
#error Oops! Make sure you have 'ESP8266' selected from the 'Tools -> Boards' menu.
|
||||
#ifndef ARDUINO_ARCH_ESP8266
|
||||
#error Oops! Make sure you have 'ESP8266' compatible board selected from the 'Tools -> Boards' menu.
|
||||
#endif
|
||||
#include <SPI.h>
|
||||
#include <EEPROM.h>
|
||||
|
||||
Reference in New Issue
Block a user