Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 11 months ago.
How to include the mbed_app.json in a KDS project
Hi,
So the title pretty much says it all. I have a program which runs fine on the online compiler, but when I export it into a KDS project to use offline, the mbed_config.json file is not being parsed. (I can put absolutely any old junk in there without kicking up errors and good code I put in there is ignored).
The file is in the root directory of the project
Is there something I need to do to explicitly include it?
Thanks