1
0
forked from fsfw/fsfw

added the decoupling of DHB from powerSwitcher

+ some first hk maanger changes, might comment them out
This commit is contained in:
2020-06-06 01:31:08 +02:00
parent 87f64d99cd
commit d600d48816
4 changed files with 273 additions and 209 deletions

View File

@ -28,6 +28,7 @@ protected:
NONE, RECOVERY_ONGOING, DEVICE_MIGHT_BE_OFF, AWAIT_SHUTDOWN
};
FDIRState fdirState;
bool hasPowerConfirmation = false;
MessageQueueId_t powerConfirmation;
static object_id_t powerConfirmationId;
static const uint32_t MAX_REBOOT = 1;