Merge pull request #2171 from 3d-gussner/patch-3

Update reserved space bytes as mentioned in
This commit is contained in:
DRracer 2019-09-10 14:07:56 +02:00 committed by GitHub
commit f6f8f5b3b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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