Clean up how muting works along with when we wake the screen

This commit is contained in:
Jason P
2025-10-10 08:58:27 -05:00
parent 6069dc2ad8
commit 6d899c9fd9
2 changed files with 6 additions and 23 deletions

View File

@@ -2,11 +2,6 @@
#if HAS_SCREEN
// Disable debug logging entirely on release builds
#if !defined(DEBUG)
#define LOG_DEBUG(...)
#endif
// Disable message persistence to flash if youre short on space
#ifndef ENABLE_MESSAGE_PERSISTENCE
#define ENABLE_MESSAGE_PERSISTENCE 1