adding include dependencies for specific boards
This commit is contained in:
parent
989fefd1e2
commit
7dcfc375bb
1 changed files with 2 additions and 0 deletions
|
@ -42,11 +42,13 @@
|
||||||
// * ESP8266 *
|
// * ESP8266 *
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
|
#include "ESPAsyncTCP.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// * ESP32 *
|
// * ESP32 *
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
|
#include "AsyncTCP.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/SPI
|
// https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/SPI
|
||||||
|
|
Loading…
Reference in a new issue