Where are the source files?

06 Aug 2010

As I modify a program p1 in the mbed compiler and download, it saves the binary under a new file name version p1_LPC1768(2).bin.  Is the source of the first version backedup automatically?  If so, how do I access source of a previous version?

Is there a way to back up my source to my local pc disk?

18 Sep 2014

You can save the changes using "Commit" option in online compiler. Then you can switch your working copy to particular version (see "Revisions" option) and generate a binary.

There is also an option to "Export" the source code to offline IDEs (which can be used as backup if you need it).

Ragards, Kijes