whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.19k stars 221 forks source link

improve os.partitions #239

Closed the0ne closed 5 years ago

the0ne commented 5 years ago

now shows boot partition and running partition

jolivepetrus commented 5 years ago

@the0ne,

Can you write the wiki for this function?

the0ne commented 5 years ago

@jolivepetrus added to https://github.com/the0ne/Lua-RTOS-ESP32/wiki/File-system I think we also need to have a function to show the free space of the "storage" partition, sdcard and ramfs. Something like df on linux systems.