I am using CY20706 moudle and I want to compile 2 demo apps in same build. I can compile each idividually and they are working as expected.
I need to have a common build for them. Please suggest on how to achieve it.
Solved! Go to Solution.
Hello,
There is no direct way to have a common build for two apps. however you can try combining both the applications manually by changing your code and compile the same.
Hello,
There is no direct way to have a common build for two apps. however you can try combining both the applications manually by changing your code and compile the same.