mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-28 07:17:00 +02:00
ESP32 build corrected
This commit is contained in:
parent
aca1688ceb
commit
677acb9416
4 changed files with 27 additions and 4 deletions
|
@ -2,7 +2,11 @@
|
|||
#define __WEB_API_H__
|
||||
|
||||
#include "dbg.h"
|
||||
#include "ESPAsyncTCP.h"
|
||||
#ifdef ESP32
|
||||
#include "AsyncTCP.h"
|
||||
#else
|
||||
#include "ESPAsyncTCP.h"
|
||||
#endif
|
||||
#include "ESPAsyncWebServer.h"
|
||||
#include "AsyncJson.h"
|
||||
#include "app.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue