mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
Update CameraWebServer.ino
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user