Hi Everybody,
I have this need, if possible.
I have a firmware with different languages coded in a table embedded in source. Since it runs on Mega2560 with no visual interface, I need to generate different compiled versions including different langage's tables.
Is it possible to compile different versions with no user interaction?
Hi Erel, they are currently on program flash memory. They are big and cannot reside on RAM. Accessing from SD(where I put data, since it's a logger) is a very long proces.
I'll use a conditional include and change flag every compilation. On my Windows version I have an external file to read based on a menu selection. Maybe I can use a dummy file on SD to force a selection between languages.
Thank you for your time.
Have a nice week-end
Mauro