microcopy change
This commit is contained in:
parent
989d084075
commit
8cb010ca04
@ -121,7 +121,7 @@ def wipe_microsd_card():
|
||||
sd.power(0)
|
||||
sd.power(1)
|
||||
|
||||
dis.fullscreen('Part Erase...')
|
||||
dis.fullscreen('Formatting...')
|
||||
cutoff = 1024 # arbitrary
|
||||
blk = bytearray(512)
|
||||
ckcc.rng_bytes(blk)
|
||||
@ -130,8 +130,6 @@ def wipe_microsd_card():
|
||||
sd.writeblocks(bnum, blk)
|
||||
dis.progress_bar_show(bnum/cutoff)
|
||||
|
||||
dis.fullscreen('Formatting...')
|
||||
|
||||
# remount, with newfs option -- this does the formating (very quick)
|
||||
os.mount(sd, '/sd', readonly=0, mkfs=1)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user