Update CameraWebServer.ino

This commit is contained in:
me-no-dev
2020-05-11 23:28:27 +03:00
parent 96b9e89015
commit 5570003949

View File

@ -1,3 +1,5 @@
//Disable Example for now
#if 0
#include "esp_camera.h"
#include <WiFi.h>
@ -110,3 +112,4 @@ void loop() {
// put your main code here, to run repeatedly:
delay(10000);
}
#endif