Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Personally, I'd compile to a hex file (or even read it back out of the board) and use avrdude, rather than rebuilding from source each time, unless doing a fresh build is part of your goal. At any rate, do you get any error output from your attempt? Commented Jun 5, 2014 at 21:36
  • @ChrisStratton Basically I'll be downloading updated versions of the code via Powershell, so I'm trying to figure out how to then deploy that code without having to manually go through the process using the IDE. If compiling to hex and using avrdude is a simpler solution capable of working for this, that fits my needs as well. Commented Jun 5, 2014 at 21:39