Firmware  0.0.0
Loading...
Searching...
No Matches
server.cpp File Reference

HTTP server for access point. More...

#include "server.hpp"
#include <esp_wifi.h>
#include <fmt/core.h>
#include <freertos/queue.h>
#include <ztl/string.hpp>
#include "log.h"
#include "mem/nvs/settings.hpp"
#include "utility.hpp"
Include dependency graph for server.cpp:

Namespaces

namespace  http
 
namespace  http::ap
 

Variables

char const _binary_captive_portal_html_start
 
char const _binary_captive_portal_html_end
 

Detailed Description

Author
Vincent Hamp
Date
01/03/2023

Variable Documentation

◆ _binary_captive_portal_html_end

char const _binary_captive_portal_html_end
extern

◆ _binary_captive_portal_html_start

char const _binary_captive_portal_html_start
extern