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