mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-27 15:56:11 +02:00
added missing files
This commit is contained in:
parent
8ffd747420
commit
a80167912c
6 changed files with 316 additions and 7 deletions
|
@ -18,9 +18,9 @@
|
|||
#include "AsyncJson.h"
|
||||
#if defined(ETHERNET)
|
||||
#include "AsyncWebServer_ESP32_W5500.h"
|
||||
#else /* defined(ETHERNET) */
|
||||
#else
|
||||
#include "ESPAsyncWebServer.h"
|
||||
#endif /* defined(ETHERNET) */
|
||||
#endif
|
||||
|
||||
#if defined(F) && defined(ESP32)
|
||||
#undef F
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue