compile ok, function not ok

This commit is contained in:
lumapu 2023-12-31 01:30:46 +01:00
parent f5b0bacbe6
commit b611be8042
7 changed files with 40 additions and 47 deletions

View file

@ -16,11 +16,7 @@
#include "../appInterface.h"
#include "../hm/hmSystem.h"
#include "../utils/helper.h"
#if defined(ETHERNET)
#include "AsyncWebServer_ESP32_W5500.h"
#else /* defined(ETHERNET) */
#include "ESPAsyncWebServer.h"
#endif /* defined(ETHERNET) */
#include "html/h/api_js.h"
#include "html/h/colorBright_css.h"
#include "html/h/colorDark_css.h"