mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-13 08:32:08 +00:00
Fix for CI on other boards.
This commit is contained in:
parent
2bd40b7053
commit
9801a62d2d
@ -134,9 +134,12 @@ bool Power::setup()
|
|||||||
return found;
|
return found;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Power::shutdown() {
|
void Power::shutdown()
|
||||||
|
{
|
||||||
|
#ifdef AXP192_SLAVE_ADDRESS
|
||||||
DEBUG_MSG("Shutting down\n");
|
DEBUG_MSG("Shutting down\n");
|
||||||
axp.shutdown();
|
axp.shutdown();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Reads power status to powerStatus singleton.
|
/// Reads power status to powerStatus singleton.
|
||||||
|
Loading…
Reference in New Issue
Block a user