File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
it.baeyens.arduino.core/src/it/baeyens/arduino Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public static void startup_Pluging(IProgressMonitor monitor) {
87
87
88
88
InstallLibraries (monitor );
89
89
90
- // TODO add sample programs here please
90
+ // Downmload sample programs
91
91
downloadAndInstall (EXAMPLES_URL , EXAMPLE_PACKAGE ,
92
92
Paths .get (ConfigurationPreferences .getInstallationPathExamples ().toString ()), false , monitor );
93
93
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ private static void initializeImportantVariables() {
93
93
InstancePreferences .setPrivateHardwarePaths (InstancePreferences .getPrivateHardwarePaths ());
94
94
InstancePreferences .setOpenSerialWithMonitor (InstancePreferences .getOpenSerialWithMonitor ());
95
95
InstancePreferences .setAutomaticallyIncludeLibraries (InstancePreferences .getAutomaticallyIncludeLibraries ());
96
-
96
+ ConfigurationPreferences . setBoardURLs ( ConfigurationPreferences . getBoardURLs ());
97
97
}
98
98
99
99
private void runPluginCoreStartInstantiatorJob () {
You can’t perform that action at this time.
0 commit comments