Hi, I think that I have dissabled other Languages, my Configuration.h shows all as 0
except EN
#define LANGUAGE_EN_ACTIVE 1
#define LANGUAGE_DE_ACTIVE 0
#define LANGUAGE_NL_ACTIVE 0
#define LANGUAGE_PT_ACTIVE 0
#define LANGUAGE_IT_ACTIVE 0
#define LANGUAGE_ES_ACTIVE 0
#define LANGUAGE_FI_ACTIVE 0
#define LANGUAGE_SE_ACTIVE 0
#define LANGUAGE_FR_ACTIVE 0
#define LANGUAGE_CZ_ACTIVE 0
#define LANGUAGE_PL_ACTIVE 0
#define LANGUAGE_TR_ACTIVE 0
Is this enought ?
I'm still bellow 1000 byte of free ram.
Compiler message is as follows:
Sketch uses 169864 bytes (66%) of program storage space. Maximum is 253952 bytes.
Global variables use 7227 bytes (88%) of dynamic memory, leaving 965 bytes for local variables. Maximum is 8192 bytes.
Low memory available, stability problems may occur.