We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f342eb commit 2d95848Copy full SHA for 2d95848
library.json
@@ -6,7 +6,7 @@
6
"type": "git",
7
"url": "https://github.com/eloquentarduino/EloquentEsp32cam"
8
},
9
- "version": "2.7.10",
+ "version": "2.7.11",
10
"authors": {
11
"name": "Simone Salerno",
12
"url": "https://github.com/eloquentarduino"
src/eloquent_esp32cam/face/recognition.h
@@ -70,7 +70,7 @@ namespace Eloquent {
70
*/
71
Exception& begin() {
72
detection.accurate();
73
- SPIFFS.begin();
+ SPIFFS.begin(true);
74
this->recognizer.set_thresh(this->thresh);
75
76
// delete all enrolled ids
src/eloquent_esp32cam/jpeg/JPEGDECWrapper.h
@@ -1,4 +1,4 @@
1
-#ifdef __JPEGDEC__
+#if defined(__JPEGDEC__)
2
#ifndef ELOQUENTESP32CAM_JPEGDECWRAPPER_H
3
#define ELOQUENTESP32CAM_JPEGDECWRAPPER_H
4
0 commit comments