mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
refactor(basic-demo): reorganize storage paths and module names
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user