mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-09 01:37:06 +01:00
Include library headers in .cpp
This commit is contained in:
committed by
Max Prokhorov
parent
b7a01466fc
commit
3d7449c202
@@ -14,12 +14,19 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
#include <Schedule.h>
|
||||
|
||||
#include "system.h"
|
||||
#include "utils.h"
|
||||
#include "ntp.h"
|
||||
|
||||
#include <Schedule.h>
|
||||
#include <Print.h>
|
||||
#include <Hash.h>
|
||||
#include <FS.h>
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
#include <AsyncJson.h>
|
||||
|
||||
#if WEB_EMBEDDED
|
||||
|
||||
#if WEBUI_IMAGE == WEBUI_IMAGE_SMALL
|
||||
|
||||
Reference in New Issue
Block a user