Include library headers in .cpp

This commit is contained in:
Maxim Prokhorov
2020-07-16 04:55:35 +03:00
committed by Max Prokhorov
parent b7a01466fc
commit 3d7449c202
16 changed files with 84 additions and 81 deletions

View File

@@ -18,6 +18,9 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
#include "web.h"
#include "rpc.h"
#include <ESPAsyncTCP.h>
#include <ArduinoJson.h>
struct web_api_t {
explicit web_api_t(const String& key, api_get_callback_f getFn, api_put_callback_f putFn) :
key(key),