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) {
8787
8888 InstallLibraries (monitor );
8989
90- // TODO add sample programs here please
90+ // Downmload sample programs
9191 downloadAndInstall (EXAMPLES_URL , EXAMPLE_PACKAGE ,
9292 Paths .get (ConfigurationPreferences .getInstallationPathExamples ().toString ()), false , monitor );
9393
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ private static void initializeImportantVariables() {
9393 InstancePreferences .setPrivateHardwarePaths (InstancePreferences .getPrivateHardwarePaths ());
9494 InstancePreferences .setOpenSerialWithMonitor (InstancePreferences .getOpenSerialWithMonitor ());
9595 InstancePreferences .setAutomaticallyIncludeLibraries (InstancePreferences .getAutomaticallyIncludeLibraries ());
96-
96+ ConfigurationPreferences . setBoardURLs ( ConfigurationPreferences . getBoardURLs ());
9797 }
9898
9999 private void runPluginCoreStartInstantiatorJob () {
You can’t perform that action at this time.
0 commit comments