📜  micropython 可用空间 esp32 esp2866 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:29.581000             🧑  作者: Mango

代码示例1
def df():
  s = os.statvfs('//')
  return ('{0} MB'.format((s[0]*s[3])/1048576))