pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
103 stars 30 forks source link

moduos fix file size os.stat() #105

Open ens4dz opened 2 years ago

ens4dz commented 2 years ago
>>> os.stat('/t/test/adan.mp3') 
(32768, 0, 0, 0, 0, 0, 1080601, 10273, 10273, 10273) 
>>> os.stat('/t/test/1hour.amr') 
(32768, 0, 0, 0, 0, 0, 0, 10273, 10273, 10273)