大家好!
器件 CC3235S,作为 AP,我可以看到它受时间限制, InactivityTimeoutSec,我的问题是:此参数的最长时间是多少?
| _i16 sl_WlanProvisioning | ( | u8 | ProvisioningCmd、 |
| u8 | RequesteedRoleAfterSuccess, | ||
| U16 | InactivityTimeoutSec: | ||
| 字符* | pSmartConfigKey、 | ||
| u32 | 标志 | ||
| ) |
我已经测试了600秒,(10分钟),我不是成功地增加这个超时.
谢谢
费尔南多
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.
大家好!
器件 CC3235S,作为 AP,我可以看到它受时间限制, InactivityTimeoutSec,我的问题是:此参数的最长时间是多少?
| _i16 sl_WlanProvisioning | ( | u8 | ProvisioningCmd、 |
| u8 | RequesteedRoleAfterSuccess, | ||
| U16 | InactivityTimeoutSec: | ||
| 字符* | pSmartConfigKey、 | ||
| u32 | 标志 | ||
| ) |
我已经测试了600秒,(10分钟),我不是成功地增加这个超时.
谢谢
费尔南多
我找不到最大值(最小值为30秒)的任何文档或代码中的任何限制。
我记得、默认情况是10分钟、数据结构(uint16_t 用于第二个配置、然后在激活定时器之前转换为 uint32_t (以毫秒为单位))应该保持更高的值。 但是我可能错过了一些东西。
为什么需要10分钟以上? 我不知道什么是应用、但 AP 模式消耗相对较高的功率、10分钟即可完成配置(AP 模式本身可以正常工作、无论何时使用 NWP 计时器)。