Fixing a number of T-Beam poweroff display issues (#1876)

This commit is contained in:
Ben Meadors
2022-10-30 20:40:30 -05:00
committed by GitHub
parent 311835a231
commit afafb3ba32
3 changed files with 9 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ void powerCommandsCheck()
#endif
}
#if defined(ARCH_NRF52)
#if defined(ARCH_NRF52) || defined(HAS_PMU)
if (shutdownAtMsec) {
screen->startShutdownScreen();
playBeep();