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

14 lines
229 B
C

/**
* @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);