zhaohe 2 years ago
parent
commit
9b82bd1bd9
  1. 2
      sdk
  2. 2
      usrc/main.cpp

2
sdk

@ -1 +1 @@
Subproject commit 61021e00a94a56c52f49a82ca5bbedf3f17349d1
Subproject commit 5f412fc13617a87778caecdfcc7847038536ed7b

2
usrc/main.cpp

@ -53,7 +53,7 @@ void umain() {
/******************************************************************************* /*******************************************************************************
* NVSINIT * * NVSINIT *
*******************************************************************************/ *******************************************************************************/
ZNVS::ins().initialize();
ZNVS::ins().initialize(IFLYTOP_NVS_CONFIG_FLASH_SECTOR);
{ {
static I_XYRobotCtrlModule::flash_config_t cfg; static I_XYRobotCtrlModule::flash_config_t cfg;
XYRobotCtrlModule::create_default_cfg(cfg); XYRobotCtrlModule::create_default_cfg(cfg);

Loading…
Cancel
Save