#pragma once #ifdef __cplusplus extern "C" { #endif #include "esp_http_server.h" /** * @brief Registra o handler da dashboard (status geral do sistema) */ void register_dashboard_handlers(httpd_handle_t server, void *ctx); #ifdef __cplusplus } #endif