Page 1 of 1

custom settings in constants.h

Posted: Tue Aug 11, 2015 10:26 pm
by rpugel
What is the proper way to modify values in constants.h if working on multiple projects? Since the file is in the common \nburn\include_sc folder and presumably used by system files when selecting Rebuild System Files, seems that there should be a good way to do this to where it only effects a single job.

For example, I need to change SERIAL1_RX_BUFFER_SIZE from 16 to 100. But I may not want that for all my projects all the time.

Thanks

Re: custom settings in constants.h

Posted: Tue Aug 11, 2015 10:43 pm
by sblair
One way is to probably just have multiple installations of nburn on your system. That way you can dedicate it to a specific project.