|
@@ -141,7 +141,7 @@ void Initialize_Handle(void)
|
|
|
query_cgreg_times = 0; // 查询网络状态的次数
|
|
query_cgreg_times = 0; // 查询网络状态的次数
|
|
|
break;
|
|
break;
|
|
|
case STEP_EXIT_SLEEP: // 退出休眠
|
|
case STEP_EXIT_SLEEP: // 退出休眠
|
|
|
- result = bc260y.exit_sleep();
|
|
|
|
|
|
|
+ result = bc260y.exit_sleep_2();
|
|
|
if(result == Result_Success)
|
|
if(result == Result_Success)
|
|
|
{
|
|
{
|
|
|
Log_Printf_Debug("退出休眠成功\r\n");
|
|
Log_Printf_Debug("退出休眠成功\r\n");
|
|
@@ -165,7 +165,7 @@ void Initialize_Handle(void)
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|
|
|
case STEP_SET_SLEEP: // 设置休眠模式
|
|
case STEP_SET_SLEEP: // 设置休眠模式
|
|
|
- result = bc260y.set_sleep(1);
|
|
|
|
|
|
|
+ result = bc260y.set_sleep(2);
|
|
|
if(result == Result_Success)
|
|
if(result == Result_Success)
|
|
|
{
|
|
{
|
|
|
Log_Printf_Debug("设置休眠模式成功\r\n");
|
|
Log_Printf_Debug("设置休眠模式成功\r\n");
|