Update app_httpd.cpp

This commit is contained in:
me-no-dev
2020-05-12 00:07:11 +03:00
parent d9c7b589a0
commit 3735cfe548

View File

@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#if 0
#include "esp_http_server.h" #include "esp_http_server.h"
#include "esp_timer.h" #include "esp_timer.h"
#include "esp_camera.h" #include "esp_camera.h"
@ -660,3 +661,4 @@ void startCameraServer(){
httpd_register_uri_handler(stream_httpd, &stream_uri); httpd_register_uri_handler(stream_httpd, &stream_uri);
} }
} }
#endif