We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc53b80 commit 2c19738Copy full SHA for 2c19738
libraries/Storage/examples/LittleFsOnQSPIFlash/LittleFsOnQSPIFlash.ino
@@ -7,7 +7,7 @@
7
- Portenta H33 + Portenta Breakout
8
9
created February 1st, 2023
10
- by Daniele Aimo
+ by Daniele Aimo ([email protected])
11
12
This example code is in the public domain.
13
*/
@@ -39,13 +39,13 @@ void setup() {
39
while(!Serial) {
40
41
}
42
-
+ Serial.println();
43
+ Serial.println("##### TEST QSPI FLASH with LITTLE FS");
44
45
/* list to store all directory in the root */
46
std::vector<std::string> dir_list;
47
- Serial.println();
- Serial.println("##### TEST QSPI FLASH with FAT FS");
48
+
49
50
/*
51
* MOUNTING SDCARD AS FATFS filesystem
0 commit comments