We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a284352 commit e7ac01dCopy full SHA for e7ac01d
io.sloeber.core/src/io/sloeber/arduinoFramework/api/BoardDescription.java
@@ -71,6 +71,10 @@ public class BoardDescription {
71
72
private boolean myIsDirty = true;
73
74
+ public String jsonURL() {
75
+ return myJsonURL;
76
+ }
77
+
78
@Override
79
public String toString() {
80
return getReferencingBoardsFile() + " \"" + getBoardName() + "\" " + getUploadPort(); //$NON-NLS-1$//$NON-NLS-2$
0 commit comments