mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 03:56:57 +03:00
Bug-Fixing
This commit is contained in:
12
code/components/jomjol_controlGPIO/server_GPIO.h
Normal file
12
code/components/jomjol_controlGPIO/server_GPIO.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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;
|
||||
Reference in New Issue
Block a user