Skip to content

Commit 744440a

Browse files
committed
Arduino project property changes must be forced
Basically my workaround updates were not taken into account when debugging. One can aargue that the force is needed but I like the idea that setting the arduino properties is a "full reset" action Note that with the 4.4 changes a project open/close is also a "full reset" and far quicker when "resetting" multiple projects in one go
1 parent e819750 commit 744440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.ui/src/io/sloeber/ui/project/properties/BoardSelectionPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ protected Object makeCopy(Object srcObject) {
426426

427427
@Override
428428
protected void updateSloeber(ICConfigurationDescription confDesc, Object theObjectToStore) {
429-
mySloeberProject.setBoardDescription(confDesc.getName(), (BoardDescription) theObjectToStore, false);
429+
mySloeberProject.setBoardDescription(confDesc.getName(), (BoardDescription) theObjectToStore, true);
430430

431431
}
432432

0 commit comments

Comments
 (0)