mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Moving sketch compilation during upload from applet/ sub-directory to a temporary folder.
This commit is contained in:
@ -1393,7 +1393,7 @@ public class Sketch {
|
|||||||
|
|
||||||
|
|
||||||
protected boolean exportApplet(boolean verbose) throws Exception {
|
protected boolean exportApplet(boolean verbose) throws Exception {
|
||||||
return exportApplet(new File(folder, "applet").getAbsolutePath(), verbose);
|
return exportApplet(tempBuildFolder.getAbsolutePath(), verbose);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user