diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index f1de3e8e48..99d3060459 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -41,8 +41,8 @@ pacbox #endif /* For all the color targets */ -#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ - (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) +#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ + (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2) #ifndef RB_PROFILE doom #endif diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index aa1ed1ab70..ca3cb9c5e3 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -107,7 +107,7 @@ #define CODEC_SIZE 0x48000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x80000 +#define PLUGIN_BUFFER_SIZE 0x60000 #define AB_REPEAT_ENABLE 1