Skip to content

Commit

Permalink
Add lfs easyflash reset at BLConfig_littlefs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shchen-Lab committed Nov 21, 2023
1 parent fbde939 commit 24ef629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/bouffalolab/common/BLConfig_littlefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ CHIP_ERROR BLConfig::ClearConfigValue(const char * key)

CHIP_ERROR BLConfig::FactoryResetConfig(void)
{
ef_del_env("");
ef_env_set_default();
return CHIP_NO_ERROR;
}

Expand Down

0 comments on commit 24ef629

Please sign in to comment.