mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
make trunk happy
This commit is contained in:
parent
038ff0f6cb
commit
9a42861766
@ -173,10 +173,8 @@ static void powerEnter()
|
|||||||
screen->setOn(true);
|
screen->setOn(true);
|
||||||
setBluetoothEnable(true);
|
setBluetoothEnable(true);
|
||||||
// within enter() the function getState() returns the state we came from
|
// within enter() the function getState() returns the state we came from
|
||||||
if (strcmp(powerFSM.getState()->name, "BOOT") != 0 &&
|
if (strcmp(powerFSM.getState()->name, "BOOT") != 0 && strcmp(powerFSM.getState()->name, "POWER") != 0 &&
|
||||||
strcmp(powerFSM.getState()->name, "POWER") != 0 &&
|
strcmp(powerFSM.getState()->name, "DARK") != 0) {
|
||||||
strcmp(powerFSM.getState()->name, "DARK") != 0)
|
|
||||||
{
|
|
||||||
screen->print("Powered...\n");
|
screen->print("Powered...\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user