Update CameraWebServer.ino

This commit is contained in:
me-no-dev
2020-05-11 23:28:27 +03:00
parent 0ea23fe38a
commit 49c47884a7

View File

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