Me No Dev 2021-07-16 16:55:59 +03:00 committed by GitHub
parent c8a4010fa6
commit 5eda278177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2366 additions and 825 deletions

View File

@ -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