Skip to content

Commit e7ac01d

Browse files
author
jan
committed
Make jsunURL available for read
1 parent a284352 commit e7ac01d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

io.sloeber.core/src/io/sloeber/arduinoFramework/api/BoardDescription.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ public class BoardDescription {
7171

7272
private boolean myIsDirty = true;
7373

74+
public String jsonURL() {
75+
return myJsonURL;
76+
}
77+
7478
@Override
7579
public String toString() {
7680
return getReferencingBoardsFile() + " \"" + getBoardName() + "\" " + getUploadPort(); //$NON-NLS-1$//$NON-NLS-2$

0 commit comments

Comments
 (0)