minimal message fix

This commit is contained in:
richonguzman 2024-10-01 17:10:48 -03:00
parent bca9d43e14
commit 2f6d0fdd1c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }