rob42 / freeboard-installer

Installer to aid in freeboard setup tasks.It loads the arduinos, calibrates the IMU, and converts charts.
GNU General Public License v3.0
1 stars 3 forks source link

Freeboard multi installer #2

Closed RBerliner closed 9 years ago

RBerliner commented 9 years ago

Rob:

I had trouble making the final remote push but it appears to be here in the branch Freeboard multi installer.

I tried to compare with your freeboard-installer mster but the GitHub comparison was not very useful.

The changes/additions here are:

  1. Reformatting InstallManager using NetBeans formatter.
  2. Changing the P:OM to use Java 1.7 (that is probably not really necessary)
  3. Changing the handling of ChartFileChooser to deal with a combination of chart files and directories containing chart files. ApacheCommons FileUtils was used.
  4. Adding some printouts to time the chart processing.

I hope that you can figure this out.