mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-07 01:54:26 +01:00
parent
3f74631762
commit
61cccc0151
@ -376,7 +376,7 @@ public class Base {
|
|||||||
// Build
|
// Build
|
||||||
splash.splashText(tr("Verifying..."));
|
splash.splashText(tr("Verifying..."));
|
||||||
|
|
||||||
File sketchFile = new File(parser.getFilenames().get(0));
|
File sketchFile = BaseNoGui.absoluteFile(parser.getFilenames().get(0));
|
||||||
sketch = new Sketch(sketchFile);
|
sketch = new Sketch(sketchFile);
|
||||||
|
|
||||||
outputFile = new Compiler(sketch).build(progress -> {}, false);
|
outputFile = new Compiler(sketch).build(progress -> {}, false);
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
ARDUINO 1.8.2
|
ARDUINO 1.8.2
|
||||||
|
|
||||||
|
[ide]
|
||||||
|
* Fix command line: works again with relative paths (regression)
|
||||||
|
|
||||||
ARDUINO 1.8.1 - 2017.01.09
|
ARDUINO 1.8.1 - 2017.01.09
|
||||||
|
|
||||||
[ide]
|
[ide]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user