msr? 명령 수신 시 본딩 즉시 삭제 후 재부팅

- 재부팅 로직 추가
This commit is contained in:
2026-06-25 17:43:13 +09:00
parent c835513727
commit dba33baf1c
+2 -1
View File
@@ -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;
} }