FastLED 3.9.15
Loading...
Searching...
No Matches

◆ isEnabled()

static bool fl::detail::AudioLoggerInfo::isEnabled ( )
inlinestatic

Definition at line 131 of file async_logger.h.

131 {
132 #ifdef FASTLED_LOG_AUDIO_ENABLED
133 return true;
134 #else
135 return false;
136 #endif
137 }