new meter
This commit is contained in:
14
components/rest_api/include/meters_settings_api.h
Normal file
14
components/rest_api/include/meters_settings_api.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// =========================
|
||||
// meters_settings_api.h
|
||||
// =========================
|
||||
|
||||
#ifndef METERS_SETTINGS_API_H
|
||||
#define METERS_SETTINGS_API_H
|
||||
|
||||
#include "esp_err.h"
|
||||
#include "esp_http_server.h"
|
||||
|
||||
// Função para registrar os manipuladores de URI para as configurações dos contadores
|
||||
void register_meters_settings_handlers(httpd_handle_t server, void *ctx);
|
||||
|
||||
#endif // METERS_SETTINGS_API_H
|
||||
Reference in New Issue
Block a user