Retrieve code installed on controller
-
Aricml
- Posts: 28
- Joined: Thu Jan 05, 2012 10:14 pm
- Location: Pueblo, CO
Retrieve code installed on controller
If you were toying with code and accidentally made it unable to compile on your PC, but still have a workable version on your RA, is it possible to extract the .ino from the controller itself? If so, how?
-
wolfador
- Posts: 241
- Joined: Sun Sep 04, 2011 9:59 am
- Location: Pittsburgh, PA
Re: Retrieve code installed on controller
Thats a good question, in my non-expert opinion I would think not since when it is uploaded it is compiled and you would have to re-download and decompile it which is very complicated to do.
-
binder
- Posts: 2865
- Joined: Fri Mar 18, 2011 6:20 pm
- Location: Illinois
- Contact:
Re: Retrieve code installed on controller
Correct. You are not able to retrieve the code for the reasons wolfador mentioned.
-
wolfador
- Posts: 241
- Joined: Sun Sep 04, 2011 9:59 am
- Location: Pittsburgh, PA
Re: Retrieve code installed on controller
In the future you can setup a github account and have your .ino's synced to there. That way you have access to pretty much every change you ever make.

