Fixed typo in LTE modem upgrade SD code

This commit is contained in:
Jaap Crezee
2020-12-29 16:28:37 +01:00
committed by peter-pycom
parent f8f66e8c91
commit 8404e9cc46

View File

@@ -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