File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#include < Arduino_UnifiedStorage.h>
2
2
3
- InternalStorage internalStorage = InternalStorage(2 , " user " , FS_LITTLEFS );
3
+ InternalStorage internalStorage = InternalStorage();
4
4
5
5
6
6
void setup () {
Original file line number Diff line number Diff line change 1
1
#include < Arduino_UnifiedStorage.h>
2
2
3
- if !defined (ARDUINO_OPTA)
3
+ # if !defined(ARDUINO_OPTA)
4
4
#define HAS_SD
5
5
#endif
6
6
Original file line number Diff line number Diff line change 1
1
#include < Arduino_UnifiedStorage.h>
2
2
3
- if !defined (ARDUINO_OPTA)
3
+ # if !defined(ARDUINO_OPTA)
4
4
#define HAS_SD
5
5
#endif
6
6
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SDStorage::SDStorage(){
9
9
}
10
10
11
11
bool SDStorage::begin (){
12
- return mount (DEV_SDCARD, this ->fileSystem , MNT_DEFAULT)== 0 ? true : false ;
12
+ return mount (DEV_SDCARD, this ->fileSystem , MNT_DEFAULT) == 0 ? true : false ;
13
13
}
14
14
15
15
bool SDStorage::begin (FileSystems fs){
You can’t perform that action at this time.
0 commit comments