Skip to content
Snippets Groups Projects
Commit e157ce7a authored by Cyril Danilevski's avatar Cyril Danilevski :scooter:
Browse files

Poll Port expander once after power down

parent b5de2ddc
No related branches found
No related tags found
No related merge requests found
Pipeline #167825 passed
......@@ -158,6 +158,8 @@ void powerOffCheckLoop() {
Serial.println(groups);
PINS.stage = "Ramped down";
// Poll the pins once to get latest status, as interrupts were disabled
poll_port_expander();
// This event has been handled.
PERFORM_PROCEDURE_FROM_INTERRUPT = 0;
// Inform SIB that we're done and it can take data again.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment