new release

This commit is contained in:
2026-05-15 12:20:47 +01:00
parent 286028b6a8
commit d0d431daf2
440 changed files with 2776 additions and 2462 deletions

View File

@@ -0,0 +1,16 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "esp_http_server.h"
/**
* @brief Regista os handlers REST de informação do sistema.
*/
void register_system_handlers(httpd_handle_t server, void *ctx);
#ifdef __cplusplus
}
#endif