Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit b61e034

Browse files
authored
added forgotten arduinoChannel.info in upload using programmer
1 parent add34d7 commit b61e034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arduino/arduino.ts

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export class ArduinoApp {
211211
if (dc.output) {
212212
const outputPath = path.resolve(ArduinoWorkspace.rootPath, dc.output);
213213
args.push("--pref", `build.path=${outputPath}`);
214+
arduinoChannel.info(`Please see the build logs in Output path: ${outputPath}`);
214215
} else if (VscodeSettings.getInstance().defaultOutputPath !== "") {
215216
const outputPath = VscodeSettings.getInstance().defaultOutputPath;
216217
args.push("--pref", `build.path=${outputPath}`);

0 commit comments

Comments
 (0)