mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 19:46:54 +03:00
12 lines
223 B
C
12 lines
223 B
C
#include <esp_log.h>
|
|
|
|
#include <esp_http_server.h>
|
|
|
|
//#include "ClassControllCamera.h"
|
|
|
|
static const char *TAGPARTGPIO = "server_GPIO";
|
|
|
|
void register_server_GPIO_uri(httpd_handle_t server);
|
|
|
|
|
|
extern bool debug_detail_heap; |