forked from me-no-dev/ESPAsyncWebServer
travis is not detecting the libraries required to build the sketch
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#ifdef ESP31B
|
||||
#include <ESP31BWiFi.h>
|
||||
#include <ESPAsyncTCP.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
void begin(){}
|
||||
void loop(){}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user