mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 06:06:03 +01:00
Fixed typo in LTE modem upgrade SD code
This commit is contained in:
@@ -61,7 +61,7 @@ You can find the firmwares listed [here](https://software.pycom.io/downloads/seq
|
||||
import os
|
||||
|
||||
sd = SD()
|
||||
os.mount(fs, '/sd') # mount it
|
||||
os.mount(sd, '/sd') # mount it
|
||||
os.fsformat('/sd') # format SD card
|
||||
fs = os.mkfat(sd)
|
||||
print(os.listdir('/sd')) # list its content
|
||||
|
||||
Reference in New Issue
Block a user