You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
+1
-1
@@ -260,7 +260,7 @@ STATIC bool init_sdcard_fs(void) {
|
||||
// subsequent partitions are numbered by their index in the partition table
|
||||
if (part_num == 2) {
|
||||
vfs->str = "/sd2";
|
||||
} else if (part_num == 2) {
|
||||
} else if (part_num == 3) {
|
||||
vfs->str = "/sd3";
|
||||
} else {
|
||||
vfs->str = "/sd4";
|
||||
|
||||
Reference in New Issue
Block a user