msr? 명령 수신 시 본딩 즉시 삭제 후 재부팅
- 재부팅 로직 추가
This commit is contained in:
+2
-1
@@ -779,9 +779,10 @@ static int cmd_msr(const uint8_t *data, uint8_t data_len)
|
|||||||
|
|
||||||
if (status == 0x0000)
|
if (status == 0x0000)
|
||||||
{
|
{
|
||||||
DBG_PRINTF("[CMD] msr complete\r\n");
|
DBG_PRINTF("[CMD] msr complete -> reboot\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reboot_after_response();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user