Skip to content

Commit 2d95848

Browse files
bump dist to 2.7.11
1 parent 8f342eb commit 2d95848

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/eloquentarduino/EloquentEsp32cam"
88
},
9-
"version": "2.7.10",
9+
"version": "2.7.11",
1010
"authors": {
1111
"name": "Simone Salerno",
1212
"url": "https://github.com/eloquentarduino"

src/eloquent_esp32cam/face/recognition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace Eloquent {
7070
*/
7171
Exception& begin() {
7272
detection.accurate();
73-
SPIFFS.begin();
73+
SPIFFS.begin(true);
7474
this->recognizer.set_thresh(this->thresh);
7575

7676
// delete all enrolled ids

src/eloquent_esp32cam/jpeg/JPEGDECWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef __JPEGDEC__
1+
#if defined(__JPEGDEC__)
22
#ifndef ELOQUENTESP32CAM_JPEGDECWRAPPER_H
33
#define ELOQUENTESP32CAM_JPEGDECWRAPPER_H
44

0 commit comments

Comments
 (0)