Skip to content

Commit 79a7f2c

Browse files
chuyue-luo-armurutva
authored andcommitted
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 f7e612e commit 79a7f2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

applications/helpers/ota_orchestrator/src/ota_orchestrator.c

-1
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,6 @@ STATIC void processOTAEvents()
10551055
case OtaPalNewImageBootFailed:
10561056
case OtaPalJobDocProcessingStateInvalid:
10571057
LogInfo( ( "No OTA job available. \n" ) );
1058-
otaAgentShutdown();
10591058
break;
10601059
}
10611060

0 commit comments

Comments
 (0)