diff options
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index c41ee1d..0dd9789 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -343,6 +343,8 @@ struct user_settings int remote_backlight_timeout; /* backlight off timeout: 0-18 0=never, 1=always, then according to timeout_values[] */ + bool remote_reduce_ticking; /* 0=normal operation, + 1=EMI reduce on with cost more CPU. */ #endif bool next_folder; /* move to next folder */ |