Skip to content

Commit

Permalink
#377 set the default back to what is supported by Arduino.
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Jul 21, 2023
1 parent 5088700 commit 738a624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CodeGeneratorOptionsBuilder {
private String packageNamespace = "";
private List<CreatorProperty> lastProperties = List.of();
private IoExpanderDefinitionCollection expanderDefinitions = new IoExpanderDefinitionCollection();
private ProjectSaveLocation saveLocation = ProjectSaveLocation.PROJECT_TO_CURRENT_WITH_GENERATED;
private ProjectSaveLocation saveLocation = ProjectSaveLocation.ALL_TO_CURRENT;
private boolean namingRecursive = false;
private boolean appIsModular = false;
private boolean useCppMain = false;
Expand Down

0 comments on commit 738a624

Please sign in to comment.