add env var to debug battery blink

This commit is contained in:
Chris Lee
2019-03-09 12:29:31 +01:00
parent bff1a337f3
commit da75999832
4 changed files with 5 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ void handle_env_vars()
debug_thumbnails = getenv("DEBUG_THUMBNAILS") != NULL;
debug_timers = getenv("DEBUG_TIMERS") != NULL;
debug_executors = getenv("DEBUG_EXECUTORS") != NULL;
debug_blink = getenv("DEBUG_BLINK") != NULL;
thumb_use_shm = getenv("TINT2_THUMBNAIL_SHM") != NULL;
if (debug_fps) {
init_fps_distribution();