Write settings to nvs when changing from the setting screen
Otherwise, settings may not actually be saved if the device crashes/ reboots unexpectedly. Fixes #148
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--- @meta
|
||||
|
||||
--- @class nvs
|
||||
local nvs = {}
|
||||
|
||||
--- Saves current nvs
|
||||
function nvs.write() end
|
||||
|
||||
return nvs
|
||||
Reference in New Issue
Block a user