1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-02 04:53:29 +00:00

Fix include of ESPUI header

This commit is contained in:
Moritz Wirger 2020-09-28 10:44:14 +02:00
parent 1e5ee117c5
commit 6b2ef81b12

View File

@ -1,8 +1,9 @@
#include "ESPUI.h"
#include <functional>
#include <ESPAsyncWebServer.h>
#include "ESPUI.h"
#include "dataControlsJS.h"
#include "dataGraphJS.h"
#include "dataIndexHTML.h"