Tool/software:
Hi,
I will generate release firmware with jenkins, and I want to give each build a special version.
For now, I write firmware version with a const string, and set it in app_dev_info.c -> DevInfo_start function as bellow,
My goal is use jenkins write firmware version to file version.txt, then build bluetooth firmware, read version from version.txt, and set this to bluetooth device info.
So is there have a way to compile external file into app, then I can use the value to set firmware version?