whitecatboard / Lua-RTOS-ESP32

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

nvs documentation #219

Closed elsbiet closed 5 years ago

elsbiet commented 5 years ago

please correct https://github.com/whitecatboard/Lua-RTOS-ESP32/wiki/NVS-Module

nvs.read(namespace, key) .. replace 'Returns: nothing, or an exception.' by 'Returns: linked value, or an exception.'

and maybe you want to mention the function nvs.exists(namespace, key) returning true or false.

jolivepetrus commented 5 years ago

@spellauge,

Thanks for report this. Wiki updated as proposed.