SensESP
3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
config_handler.h
Go to the documentation of this file.
1
#ifndef SENSESP_NET_HTTP_CONFIG_HANDLER_H_
2
#define SENSESP_NET_HTTP_CONFIG_HANDLER_H_
3
4
#include <string.h>
5
6
#include "ArduinoJson.h"
7
#include "
sensesp/net/http_server.h
"
8
9
namespace
sensesp
{
10
18
void
add_config_handlers
(std::shared_ptr<HTTPServer>& server);
19
20
}
// namespace sensesp
21
22
#endif
// SENSESP_NET_HTTP_CONFIG_HANDLER_H_
http_server.h
sensesp
Definition
sensesp.cpp:7
sensesp::add_config_handlers
void add_config_handlers(std::shared_ptr< HTTPServer > &server)
Handle HTTP requests to /config.
Definition
config_handler.cpp:207
src
sensesp
net
web
config_handler.h
Generated by
1.12.0