blackmagic-esp32-s2/main/network-http.h

14 lines
229 B
C
Raw Normal View History

2021-11-22 11:24:16 +00:00
/**
* @file network-http.h
* @author Sergey Gavrilov (who.just.the.doctor@gmail.com)
* @version 1.0
* @date 2021-11-21
*
* HTTP server API
*/
#pragma once
/**
* Start HTTP server
*/
void network_http_server_init(void);