SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
#include <esp_http_server.h>
#include "ArduinoJson.h"
#include "sensesp/net/http_server.h"
#include "static_file_data.h"
Go to the source code of this file.
Namespaces | |
namespace | sensesp |
Functions | |
void | sensesp::add_static_file_handlers (std::shared_ptr< HTTPServer > server) |
Provide handlers for static web content. | |