Skip to content

Commit 247aaa8

Browse files
applications: Remove OTA Agent shutdown after reboot
The OTA Agent should not shut down after rebooting, since there may be further OTA updates sent. Signed-off-by: Chuyue Luo <[email protected]>
1 parent ac2b4f6 commit 247aaa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

applications/helpers/ota_orchestrator/src/ota_orchestrator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,6 @@ STATIC void processOTAEvents()
10431043
case OtaPalNewImageBootFailed:
10441044
case OtaPalJobDocProcessingStateInvalid:
10451045
LogInfo( ( "No OTA job available. \n" ) );
1046-
otaAgentShutdown();
10471046
break;
10481047
}
10491048

0 commit comments

Comments
 (0)