mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-07 08:47:02 +01:00
Include library headers in .cpp
This commit is contained in:
committed by
Max Prokhorov
parent
b7a01466fc
commit
3d7449c202
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user