Skip to content

Commit b94c855

Browse files
author
jantje
committed
For #841
1 parent 3f4efcb commit b94c855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.core/src/io/sloeber/core/api/BoardDescriptor.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private void ParseSection(Map<String, String> boardInfo) {
263263
String refArchitecture = valueSplit[1];
264264
String refVersion = valueSplit[2];
265265
String actualValue = valueSplit[3];
266-
this.myUploadTool = actualValue;
266+
this.myBoardsCore = actualValue;
267267
this.myReferencedCorePlatformPath = Manager.getPlatformInstallPath(refVendor, refArchitecture,
268268
refVersion);
269269
if (this.myReferencedCorePlatformPath == null) {
@@ -296,7 +296,7 @@ private void ParseSection(Map<String, String> boardInfo) {
296296
String refArchitecture = valueSplit[1];
297297
String refVersion = valueSplit[2];
298298
String actualValue = valueSplit[3];
299-
this.myUploadTool = actualValue;
299+
this.myBoardsVariant = actualValue;
300300
this.myReferencedBoardVariantPlatformPath = Manager.getPlatformInstallPath(refVendor, refArchitecture,
301301
refVersion);
302302
if (this.myReferencedBoardVariantPlatformPath == null) {

0 commit comments

Comments
 (0)