mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
readme
This commit is contained in:
@@ -28,7 +28,7 @@ static httpd_handle_t start_webserver(void)
|
||||
// Start the httpd server
|
||||
ESP_LOGI(TAG, "Starting server on port: '%d'", config.server_port);
|
||||
if (httpd_start(&server, &config) == ESP_OK) {
|
||||
// Registering the ws handler
|
||||
/****************** Registering the ws handler ****************/
|
||||
ESP_LOGI(TAG, "Registering URI handlers");
|
||||
//register ota_ws handler
|
||||
ota_ws_register_uri_handler(server);
|
||||
|
||||
Reference in New Issue
Block a user