joshmarinacci / ElectronIDE

New web based Arduino IDE
BSD 3-Clause "New" or "Revised" License
246 stars 50 forks source link

Use sketch name for compilation file names #23

Closed seandmccarthy closed 10 years ago

seandmccarthy commented 10 years ago

I noticed the hardcoding of "Blink" in the compilation sequence. I'm guessing that was just a placeholder. If so, this pull request changes that to use the sketch name instead. Feel free to reject this if you had other intentions for the naming.