aboutsummaryrefslogtreecommitdiff
path: root/include/http_server.h
blob: ac37017f47e8a48e47c7d862c59f714d43f36584 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#ifndef HTTP_SERVER_H_
#define HTTP_SERVER_H_

#include <esp_http_server.h>
#include <esp_log.h>

#include "ws2812b_writer.h"

httpd_handle_t start_webserver(ws_params_t* params);

#endif /* HTTP_SERVER_H_ */