This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ZCD_NV_STARTUP_OPTION中选项的含义

在ZCD_NV_STARTUP_OPTION中ZCD_STARTOPT_MANUFACTURE_BOOT当设置成这个参数,请问是何含义?

  • 你说的那个值我在Z-mesh里面没看见,常用的都在下面。

    // ZCD_NV_STARTUP_OPTION values
    // These are bit weighted - you can OR these together.
    // Setting one of these bits will set their associated NV items
    // to code initialized values.
    #define ZCD_STARTOPT_DEFAULT_CONFIG_STATE 0x01
    #define ZCD_STARTOPT_DEFAULT_NETWORK_STATE 0x02
    #define ZCD_STARTOPT_AUTO_START 0x04
    #define ZCD_STARTOPT_CLEAR_CONFIG ZCD_STARTOPT_DEFAULT_CONFIG_STATE
    #define ZCD_STARTOPT_CLEAR_STATE ZCD_STARTOPT_DEFAULT_NETWORK_STATE
  • 请问您现在用的是哪个版本的协议栈? 我也没有找到这个 ZCD_STARTOPT_MANUFACTURE_BOOT 参数