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 11#include < Arduino_UnifiedStorage.h>
22
3- InternalStorage internalStorage = InternalStorage(2 , " user " , FS_LITTLEFS );
3+ InternalStorage internalStorage = InternalStorage();
44
55
66void setup () {
Original file line number Diff line number Diff line change 11#include < Arduino_UnifiedStorage.h>
22
3- if !defined (ARDUINO_OPTA)
3+ # if !defined(ARDUINO_OPTA)
44#define HAS_SD
55#endif
66
Original file line number Diff line number Diff line change 11#include < Arduino_UnifiedStorage.h>
22
3- if !defined (ARDUINO_OPTA)
3+ # if !defined(ARDUINO_OPTA)
44#define HAS_SD
55#endif
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SDStorage::SDStorage(){
99}
1010
1111bool 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 ;
1313}
1414
1515bool SDStorage::begin (FileSystems fs){
You can’t perform that action at this time.
0 commit comments