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

Commit f98e18e

Browse files
remote INVALID_OUTPUT_PATH
1 parent 3ebead1 commit f98e18e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/constants.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ export const messages = {
3535
FAILED_SEND_SERIALPORT: "Failed to send message to serial port.",
3636
SERIAL_PORT_NOT_STARTED: "Serial Monitor has not been started.",
3737
SEND_BEFORE_OPEN_SERIALPORT: "Please open a serial port first.",
38-
NO_PROGRAMMMER_SELECTED: "Please select the programmer first.",
39-
INVALID_OUTPUT_PATH: "Please check the \"output\" in the sketch Settings.Cannot find the output path:",
38+
NO_PROGRAMMMER_SELECTED: "Please select the programmer first."
4039
};
4140

4241
export const statusBarPriority = {

0 commit comments

Comments
 (0)