mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
ota
This commit is contained in:
23
include/ota_ws.h
Normal file
23
include/ota_ws.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
|
||||
#include "ota_ws_private.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* @brief register provision handlers ( web page & ws handlers) on existing httpd server with ws support
|
||||
* uri page -> CONFIG_DEFAULT_URI
|
||||
* @param httpd_handle_t server -> existing server handle
|
||||
* @return
|
||||
* ESP_OK -> register OK
|
||||
* ESP_FAIL -> register FAIL
|
||||
*/
|
||||
esp_err_t ota_ws_register_uri_handler(httpd_handle_t server);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user