mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
On Linux, explicitly pointing to included avrdude (instead of just using the path).
This commit is contained in:
@ -106,7 +106,7 @@ public abstract class Uploader implements MessageConsumer {
|
|||||||
avrBasePath = new String("hardware/tools/avr/bin/");
|
avrBasePath = new String("hardware/tools/avr/bin/");
|
||||||
}
|
}
|
||||||
else if(Base.isLinux()) {
|
else if(Base.isLinux()) {
|
||||||
avrBasePath = new String("");
|
avrBasePath = new String("hardware/tools/");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
avrBasePath = new String(userdir + "hardware/tools/avr/bin/");
|
avrBasePath = new String(userdir + "hardware/tools/avr/bin/");
|
||||||
|
Reference in New Issue
Block a user