mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-30 06:10:43 +03:00
work on GPIO handler
bigfix: memory leak in GetJPGStream
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
#include <nvs_flash.h>
|
||||
#include <sys/param.h>
|
||||
#include "nvs_flash.h"
|
||||
#include "tcpip_adapter.h"
|
||||
#include "esp_netif.h"
|
||||
#include "esp_eth.h"
|
||||
|
||||
#include "server_GPIO.h"
|
||||
|
||||
#include <esp_http_server.h>
|
||||
|
||||
static const char *TAG = "server-main";
|
||||
|
||||
extern httpd_handle_t server;
|
||||
|
||||
static GpioHandler *gpioHandler = NULL;
|
||||
|
||||
httpd_handle_t start_webserver(void);
|
||||
|
||||
void register_server_main_uri(httpd_handle_t server, const char *base_path);
|
||||
|
||||
Reference in New Issue
Block a user