Parcourir la source

more space for the second lang

DRracer il y a 4 ans
Parent
commit
3ba2197dd3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Firmware/config.h

+ 1 - 1
Firmware/config.h

@@ -49,7 +49,7 @@
 //#define LANG_MODE              0 // primary language only
 #define LANG_MODE              1 // sec. language support
 
-#define LANG_SIZE_RESERVED     0x2800 // reserved space for secondary language (10240 bytes)
+#define LANG_SIZE_RESERVED     0x3000 // reserved space for secondary language (10240 bytes)
 
 
 #endif //_CONFIG_H