joshmarinacci / ElectronIDE

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

Fails to report error uploading hex to device #42

Closed riban-bw closed 10 years ago

riban-bw commented 10 years ago

If ElectronIDE fails to upload a sketch to the Arduino device, it does not give a warning. On the contrary, it says:

uploaded okay

This is true for example if avrdude is not found (see issue #41). Desired behaviour is to detect failure of avrdude and report error, preferably in different colour. (Currently seems to use pink for a lot of messages - maybe use of red shades could be reserved for errors and change the normal messages to a more neutral colour.)

joshmarinacci commented 10 years ago

fixed now. thanks!