refactor(basic-demo): reorganize storage paths and module names

This commit is contained in:
zhouli
2026-04-17 12:01:32 +08:00
parent 32b7e758bd
commit f0107802bd
53 changed files with 411 additions and 478 deletions
@@ -13,7 +13,7 @@ extern "C" {
#endif
int luaopen_storage(lua_State *L);
esp_err_t lua_module_storage_register(void);
esp_err_t lua_module_storage_register(const char *base_path);
#ifdef __cplusplus
}