From 54c541161914fe6d32aa393955982372afcded04 Mon Sep 17 00:00:00 2001 From: ok-home Date: Tue, 10 Oct 2023 10:00:00 +0700 Subject: [PATCH] . --- example_ota_ws/main/example_ota_ws_update.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/example_ota_ws/main/example_ota_ws_update.c b/example_ota_ws/main/example_ota_ws_update.c index 346a76c..e65a945 100644 --- a/example_ota_ws/main/example_ota_ws_update.c +++ b/example_ota_ws/main/example_ota_ws_update.c @@ -9,9 +9,7 @@ #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" -//#include "esp_event.h" #include "esp_log.h" -//#include "esp_wifi.h" #include "esp_http_server.h" #include "nvs_wifi_connect.h" @@ -57,5 +55,4 @@ void app_main(void) #endif // MDNS example_echo_ws_server(); - //prv_start_http_server(PRV_MODE_STAY_ACTIVE, ota_ws_register_uri_handler); // run server }