mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
11 lines
192 B
C
11 lines
192 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);
|
|
|