File tree 1 file changed +3
-1
lines changed
io.sloeber.core/src/io/sloeber/core/txt
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class WorkAround extends Const {
43
43
// Each time this class is touched consider changing the String below to enforce
44
44
// updates
45
45
// for debugging I added the system time so the files get refresed at each run
46
- private static final String FIRST_SLOEBER_WORKAROUND_LINE = "#Sloeber created workaound file V1.02 .test 20 " ;
46
+ private static final String FIRST_SLOEBER_WORKAROUND_LINE = "#Sloeber created workaound file V1.03 .test 01 " ;
47
47
// + String.valueOf(System.currentTimeMillis());
48
48
49
49
/**
@@ -265,6 +265,8 @@ private static String platformApplyCustomWorkArounds(String inPlatformTxt) {
265
265
266
266
// for STM32
267
267
platformTXT = platformTXT .replace (" -DBOARD_NAME=\" {build.board}\" " , " \" -DBOARD_NAME=\\ \" {build.board}\\ \" \" " );
268
+ platformTXT = platformTXT .replace (" -DVARIANT_H=\" {build.variant_h}\" " ,
269
+ " \" -DVARIANT_H=\\ \" {build.variant_h}\\ \" \" " );
268
270
269
271
return platformTXT ;
270
272
}
You can’t perform that action at this time.
0 commit comments