minimal message fix
This commit is contained in:
parent
bca9d43e14
commit
2f6d0fdd1c
|
|
@ -482,7 +482,7 @@ namespace KEYBOARD_Utils {
|
||||||
#if defined(HAS_AXP192) || defined(HAS_AXP2101)
|
#if defined(HAS_AXP192) || defined(HAS_AXP2101)
|
||||||
displayShow("", "", " POWER OFF ...", 2000);
|
displayShow("", "", " POWER OFF ...", 2000);
|
||||||
#else
|
#else
|
||||||
displayShow("", "", " starting DEEP SLEEP", 2000);
|
displayShow("", "", " starting DEEP SLEEP", 2000);
|
||||||
#endif
|
#endif
|
||||||
POWER_Utils::shutdown();
|
POWER_Utils::shutdown();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue