Skip to content

Commit a11585a

Browse files
committed
Update camera example
Fixes: #5128 Fixes: #5324
1 parent c8a4010 commit a11585a

File tree

3 files changed

+2361
-820
lines changed

3 files changed

+2361
-820
lines changed

Diff for: libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino

-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//Disable Example for now
2-
#if 0
31
#include "esp_camera.h"
42
#include <WiFi.h>
53

@@ -112,7 +110,3 @@ void loop() {
112110
// put your main code here, to run repeatedly:
113111
delay(10000);
114112
}
115-
#else
116-
void setup(){}
117-
void loop(){}
118-
#endif

0 commit comments

Comments
 (0)