Fix builds for HELTEC_MESH_SOLAR

This commit is contained in:
Jason P 2025-10-10 09:34:43 -05:00
parent 6d899c9fd9
commit 84cef67b82

View File

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