Notifications
Clear all
config.h file lang mode
When the compile instructions say "In file "Firmware/config.h" set LANG_MODE to 0" does that just mean remove the "#" form the LANG_MODE line? Like this:
//define LANG_MODE 0 // primary language only
Or like this?
//define LANG_MODE = 0 // primary language only
Posted : 31/01/2019 8:31 pm
Re: config.h file lang mode
Yes this
Posted : 01/02/2019 3:15 pm
Topic starter
answered:
Re: config.h file lang mode
Which example lol?
Posted : 01/02/2019 4:06 pm
Topic starter
answered:
Re: config.h file lang mode
Yes this
There are two "this". Which one?
Posted : 01/02/2019 4:07 pm
Re: config.h file lang mode
Ah tried to be funny, because I did not see the "=" in your post
The line is
#define LANG_MODE 1 // sec. language support
and you change that to
#define LANG_MODE 0 // sec. language support
You do NOT remove the "#"
Posted : 04/02/2019 11:11 am
Topic starter
answered:
Re: config.h file lang mode
Thanks so much! Worked like a charm.
Posted : 09/02/2019 1:40 am