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.
10 years, 11 months ago.
Bug
It look like it download the file, but just dont write it to local. The error is that you are missing
LocalFileSystem local("local");
in both the updater and the replace funtion
Question relating to:
1 Answer
10 years, 11 months ago.
If I am correct it should be sufficient to have that defined in your main program. The C filesystem code will do the rest.