bugfix: on simulator SD active LED not always turned off
This commit is contained in:
parent
0e2be61276
commit
11db6004e4
@ -258,7 +258,9 @@ class CardSlot:
|
||||
elif glob.VD:
|
||||
glob.VD.unmount(self.wrote_files)
|
||||
|
||||
self.active_led.off() # required on simulator
|
||||
self.mountpt = None
|
||||
|
||||
return False
|
||||
|
||||
def open(self, fname, mode='r', **kw):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user