summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index a6289cd21d..0487f250b3 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -70,7 +70,7 @@ struct user_settings global_settings;
70char rec_base_directory[] = REC_BASE_DIR; 70char rec_base_directory[] = REC_BASE_DIR;
71 71
72 72
73#define CONFIG_BLOCK_VERSION 15 73#define CONFIG_BLOCK_VERSION 16
74#define CONFIG_BLOCK_SIZE 512 74#define CONFIG_BLOCK_SIZE 512
75#define RTC_BLOCK_SIZE 44 75#define RTC_BLOCK_SIZE 44
76 76
@@ -241,7 +241,7 @@ static const struct bit_entry hd_bits[] =
241 /* # of bits, offset+size, default, .cfg name, .cfg values */ 241 /* # of bits, offset+size, default, .cfg name, .cfg values */
242 /* more display */ 242 /* more display */
243 {1, S_O(caption_backlight), false, "caption backlight", off_on }, 243 {1, S_O(caption_backlight), false, "caption backlight", off_on },
244 {4, S_O(scroll_speed), 8, "scroll speed", NULL }, /* 1...10 */ 244 {5, S_O(scroll_speed), 8, "scroll speed", NULL }, /* 1...25 */
245 {7, S_O(scroll_step), 6, "scroll step", NULL }, /* 1...112 */ 245 {7, S_O(scroll_step), 6, "scroll step", NULL }, /* 1...112 */
246 {8, S_O(scroll_delay), 100, "scroll delay", NULL }, /* 0...250 */ 246 {8, S_O(scroll_delay), 100, "scroll delay", NULL }, /* 0...250 */
247 {8, S_O(bidir_limit), 50, "bidir limit", NULL }, /* 0...200 */ 247 {8, S_O(bidir_limit), 50, "bidir limit", NULL }, /* 0...200 */