Loading [MathJax]/extensions/tex2jax.js
SensESP 3.1.0
Universal Signal K sensor toolkit ESP32
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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"
8
9namespace sensesp {
10
18void add_config_handlers(std::shared_ptr<HTTPServer>& server);
19
20} // namespace sensesp
21
22#endif // SENSESP_NET_HTTP_CONFIG_HANDLER_H_
void add_config_handlers(std::shared_ptr< HTTPServer > &server)
Handle HTTP requests to /config.