Update camera example (#5397)
Fixes: https://github.com/espressif/arduino-esp32/issues/5128 Fixes: https://github.com/espressif/arduino-esp32/issues/5324
This commit is contained in:
parent
c8a4010fa6
commit
5eda278177
@ -1,5 +1,3 @@
|
|||||||
//Disable Example for now
|
|
||||||
#if 0
|
|
||||||
#include "esp_camera.h"
|
#include "esp_camera.h"
|
||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
|
|
||||||
@ -112,7 +110,3 @@ void loop() {
|
|||||||
// put your main code here, to run repeatedly:
|
// put your main code here, to run repeatedly:
|
||||||
delay(10000);
|
delay(10000);
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
void setup(){}
|
|
||||||
void loop(){}
|
|
||||||
#endif
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user