debug code updates & fixes

better output when using WLED_DEBUG_HEAP without WLED_DEBUG
This commit is contained in:
Frank
2025-10-25 00:53:25 +02:00
parent 22d142942a
commit 60878305fb
4 changed files with 14 additions and 13 deletions

View File

@@ -880,7 +880,7 @@ WLED_GLOBAL volatile uint8_t jsonBufferLock _INIT(0);
#endif
// debug macro variable definitions
#ifdef WLED_DEBUG
#if defined(WLED_DEBUG) || defined(WLED_DEBUG_HEAP)
WLED_GLOBAL unsigned long debugTime _INIT(0);
WLED_GLOBAL int lastWifiState _INIT(3);
WLED_GLOBAL unsigned long wifiStateChangedTime _INIT(0);