diff --git a/firmware/export/config/ibassodx50.h b/firmware/export/config/ibassodx50.h index a56db2b265..f8784ad1cc 100644 --- a/firmware/export/config/ibassodx50.h +++ b/firmware/export/config/ibassodx50.h @@ -81,7 +81,7 @@ #define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x160000 +#define PLUGIN_BUFFER_SIZE 0x200000 #define AB_REPEAT_ENABLE diff --git a/firmware/export/config/ibassodx90.h b/firmware/export/config/ibassodx90.h index 576ff2de47..dd7b406ea6 100644 --- a/firmware/export/config/ibassodx90.h +++ b/firmware/export/config/ibassodx90.h @@ -80,7 +80,7 @@ #define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x160000 +#define PLUGIN_BUFFER_SIZE 0x200000 #define AB_REPEAT_ENABLE diff --git a/tools/configure b/tools/configure index e4df896850..8d1fb7fdc6 100755 --- a/tools/configure +++ b/tools/configure @@ -4054,7 +4054,7 @@ fi app_type="android_ndk" lcd_orientation="landscape" # Actually 408260kB - memory=256 + memory=192 uname=`uname` androidndkcc 16 armeabi "-mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp" tool="cp " @@ -4078,7 +4078,7 @@ fi target="DX90" app_type="android_ndk" lcd_orientation="landscape" - memory=256 + memory=192 uname=`uname` androidndkcc 16 armeabi "-mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp" tool="cp "