#pragma once #include "esp_err.h" esp_err_t rest_server_start(void); void rest_server_stop(void);