Skip to content

Commit 1983307

Browse files
committed
Add smallfs begin.
1 parent 8afc5eb commit 1983307

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Video_Audio_Player/Video_Audio_Player.ino

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,15 @@ void setup()
191191
//menuInit(128,128);
192192
menuInit(256,256);
193193
menusSetRenderer(&gfx);
194-
195194

195+
//Start SmallFS
196+
if (SmallFS.begin()<0) {
197+
Serial.println("No SmalLFS found.");
198+
}
199+
else{
200+
Serial.println("SmallFS Started.");
201+
}
202+
196203
//Set Wishbone slots for audio chips
197204
//sid.setup(14);
198205
//ym2149.setup(13);

0 commit comments

Comments
 (0)