Skip to content

Commit 10119b7

Browse files
committed
add note for SdFat_format for msc_external_flash example
try to enable ci for esp32s2
1 parent 466c6a2 commit 10119b7

File tree

7 files changed

+3
-0
lines changed

7 files changed

+3
-0
lines changed

examples/MassStorage/msc_external_flash/msc_external_flash.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
* Note: Adafruit fork of SdFat enabled ENABLE_EXTENDED_TRANSFER_CLASS and FAT12_SUPPORT
1818
* in SdFatConfig.h, which is needed to run SdFat on external flash. You can use original
1919
* SdFat library and manually change those macros
20+
*
21+
* Note2: If your flash is not formatted as FAT12 previously, you could format it using
22+
* follow sketch https://github.com/adafruit/Adafruit_SPIFlash/tree/master/examples/SdFat_format
2023
*/
2124

2225
#include "SPI.h"

examples/MassStorage/msc_sd/.funhouse.test.skip

Whitespace-only changes.

examples/MassStorage/msc_sd/.magtag.test.skip

Whitespace-only changes.

examples/MassStorage/msc_sd/.metroesp32s2.test.skip

Whitespace-only changes.

examples/MassStorage/msc_sdfat/.funhouse.test.skip

Whitespace-only changes.

examples/MassStorage/msc_sdfat/.magtag.test.skip

Whitespace-only changes.

examples/MassStorage/msc_sdfat/.metroesp32s2.test.skip

Whitespace-only changes.

0 commit comments

Comments
 (0)