whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 222 forks source link

Wiki says unmount command is `fs.unmount`, is actually `fs.umount` #406

Closed TotallyNotSethP closed 2 years ago

TotallyNotSethP commented 2 years ago
/ > fs.unmount
nil
/ > fs.umount
function: 0x40130240
the0ne commented 2 years ago

confirmed

components/lua/modules/sys/fs.c:  { LSTRKEY( "umount" ),     LFUNCVAL( l_umount ) },

thanks for pointing this out!

the0ne commented 2 years ago

has been updated at https://github.com/whitecatboard/Lua-RTOS-ESP32/wiki/File-systems