summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 3c036d8594..87789bc617 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -269,10 +269,17 @@ static const struct bit_entry rtc_bits[] =
269 "idle poweroff", "off,1,2,3,4,5,6,7,8,9,10,15,30,45,60" }, 269 "idle poweroff", "off,1,2,3,4,5,6,7,8,9,10,15,30,45,60" },
270 {18, S_O(runtime), 0, NULL, NULL }, 270 {18, S_O(runtime), 0, NULL, NULL },
271 {18, S_O(topruntime), 0, NULL, NULL }, 271 {18, S_O(topruntime), 0, NULL, NULL },
272#if MEMORYSIZE > 1
272 {15, S_O(max_files_in_playlist), 10000, 273 {15, S_O(max_files_in_playlist), 10000,
273 "max files in playlist", NULL }, /* 1000...20000 */ 274 "max files in playlist", NULL }, /* 1000...20000 */
274 {14, S_O(max_files_in_dir), 400, 275 {14, S_O(max_files_in_dir), 400,
275 "max files in dir", NULL }, /* 50...10000 */ 276 "max files in dir", NULL }, /* 50...10000 */
277#else
278 {15, S_O(max_files_in_playlist), 1000,
279 "max files in playlist", NULL }, /* 1000...20000 */
280 {14, S_O(max_files_in_dir), 200,
281 "max files in dir", NULL }, /* 50...10000 */
282#endif
276 /* battery */ 283 /* battery */
277 {12, S_O(battery_capacity), BATTERY_CAPACITY_DEFAULT, "battery capacity", 284 {12, S_O(battery_capacity), BATTERY_CAPACITY_DEFAULT, "battery capacity",
278 NULL }, /* 1500...3200 for NiMH, 2200...3200 for LiIon, 285 NULL }, /* 1500...3200 for NiMH, 2200...3200 for LiIon,