Hi all,
I am using an example solution from nordic sdk 14.1. It
works fine. But I wanted to move the entire solution two directories up.
My problem is that all resources files are declared in the
.emProject file with a relative path which is not correct anymore:
../../../../../../components/ which should now be
../../../../components.
My question is: can I easily change the path
inside embedded studio? The only solution I found for now, was to
manually modify the .emProject file...
Thank you for your help!
I am using an example solution from nordic sdk 14.1. It
works fine. But I wanted to move the entire solution two directories up.
My problem is that all resources files are declared in the
.emProject file with a relative path which is not correct anymore:
../../../../../../components/ which should now be
../../../../components.
My question is: can I easily change the path
inside embedded studio? The only solution I found for now, was to
manually modify the .emProject file...
Thank you for your help!