mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-30 22:32:51 +03:00
test1
This commit is contained in:
26
code/components/jomjol_network/server_main.h
Normal file
26
code/components/jomjol_network/server_main.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef SERVER_MAIN_H
|
||||
#define SERVER_MAIN_H
|
||||
|
||||
#include "defines.h"
|
||||
|
||||
#include <esp_wifi.h>
|
||||
#include <esp_event.h>
|
||||
#include <esp_log.h>
|
||||
#include <esp_system.h>
|
||||
#include <nvs_flash.h>
|
||||
#include <sys/param.h>
|
||||
#include <nvs_flash.h>
|
||||
#include <esp_netif.h>
|
||||
#include <esp_eth.h>
|
||||
#include "server_GPIO.h"
|
||||
|
||||
#include <esp_http_server.h>
|
||||
|
||||
httpd_handle_t start_webserver(void);
|
||||
void stop_webserver(httpd_handle_t server);
|
||||
|
||||
void webserver_register_uri(httpd_handle_t server, const char *base_path);
|
||||
|
||||
#endif // SERVER_MAIN_H
|
||||
Reference in New Issue
Block a user