From 3735cfe548459d17cc2c2d5be5f2883acedebf98 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Tue, 12 May 2020 00:07:11 +0300 Subject: [PATCH] Update app_httpd.cpp --- libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp b/libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp index a624c81f..c954d8a2 100644 --- a/libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp +++ b/libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp @@ -11,6 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +#if 0 #include "esp_http_server.h" #include "esp_timer.h" #include "esp_camera.h" @@ -660,3 +661,4 @@ void startCameraServer(){ httpd_register_uri_handler(stream_httpd, &stream_uri); } } +#endif \ No newline at end of file