mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
gpio handler works again
remove memory leak in FlowDigit
This commit is contained in:
@@ -16,12 +16,6 @@
|
||||
|
||||
extern httpd_handle_t server;
|
||||
|
||||
void gpio_handler_create();
|
||||
void gpio_handler_init();
|
||||
void gpio_handler_deinit();
|
||||
void gpio_handler_destroy();
|
||||
GpioHandler* gpio_handler_get();
|
||||
|
||||
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