joshmarinacci/ElectronIDE

Fails to report error uploading hex to device

Closed this issue · 1 comments

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.)

fixed now. thanks!