This commit is contained in:
parent
184ce2917d
commit
0937697637
@ -29,7 +29,7 @@ void PayloadPcduHandler::doStartUp() {
|
|||||||
// TODO: Handle switching power on here
|
// TODO: Handle switching power on here
|
||||||
// TODO: Go to on mode here instead, indicating that the power is on
|
// TODO: Go to on mode here instead, indicating that the power is on
|
||||||
// We are now in ON mode
|
// We are now in ON mode
|
||||||
setMode(MODE_ON);
|
setMode(_MODE_TO_ON);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PayloadPcduHandler::stateMachineToNormal(Mode_t modeFrom, Submode_t subModeFrom) {
|
void PayloadPcduHandler::stateMachineToNormal(Mode_t modeFrom, Submode_t subModeFrom) {
|
||||||
|
Loading…
Reference in New Issue
Block a user