mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 04:00:55 +00:00
Fix include of ESPUI header
This commit is contained in:
parent
1e5ee117c5
commit
6b2ef81b12
@ -1,8 +1,9 @@
|
|||||||
|
#include "ESPUI.h"
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#include <ESPAsyncWebServer.h>
|
#include <ESPAsyncWebServer.h>
|
||||||
|
|
||||||
#include "ESPUI.h"
|
|
||||||
#include "dataControlsJS.h"
|
#include "dataControlsJS.h"
|
||||||
#include "dataGraphJS.h"
|
#include "dataGraphJS.h"
|
||||||
#include "dataIndexHTML.h"
|
#include "dataIndexHTML.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user