From 4052a9ddcfedcb6bc55f94e4ec5bc8e803e2dc7e Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 24 Nov 2021 13:43:55 +0100 Subject: Manual: Update Metadata limitations Limit for devices with more than 8MB of memory had previously been increased from 300 to 500 bytes for individual fields, and to 1800 from 900 bytes for buffer containing all fields. See a8846e3 Change-Id: I63305c50f6f486ad321664babdb94052ea9209a9 --- apps/features.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/features.txt b/apps/features.txt index 83c3f0a65f..ec2113cbc8 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -262,6 +262,8 @@ recording_digital #if MEMORYSIZE <= 2 lowmem +#elif MEMORYSIZE > 8 +himem #endif #if defined(HAVE_HARDWARE_CLICK) -- cgit v1.2.3