forked from espressif/arduino-esp32
Update CameraWebServer.ino
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
|
//Disable Example for now
|
||||||
|
#if 0
|
||||||
#include "esp_camera.h"
|
#include "esp_camera.h"
|
||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
|
|
||||||
@ -110,3 +112,4 @@ void loop() {
|
|||||||
// put your main code here, to run repeatedly:
|
// put your main code here, to run repeatedly:
|
||||||
delay(10000);
|
delay(10000);
|
||||||
}
|
}
|
||||||
|
#endif
|
Reference in New Issue
Block a user