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

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

httpd_handle_t start_webserver(ws_params_t* params);

#endif /* HTTP_SERVER_H_ */