EIVE system changes for reboot handling #763
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pdec-reboot-target-self-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
does work but execution is not clean
seems to be caused by the sleeps within the core controller reboot function. another delay before the result checking seems to fix the event and command queue spam
@ -200,2 +202,2 @@
// Send full reboot request to core controller.
sendFullRebootCommand();
// Send reboot request to core controller.
ReturnValue_t result = sendSelfRebootCommand();
shadows previous declaration