openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Add factory reset option #227

Closed bobjacobsen closed 10 months ago

bobjacobsen commented 1 year ago

Adds a Factory Reset option to the More... menu on the configuration pane.

Closes Issue #146

bobjacobsen commented 1 year ago

This is in use in JMRI now through a custom .jar file. It would be good to get it merged before the end of May so that we can use a production .jar in the next production JMRI release.

bobjacobsen commented 12 months ago

@balazsracz When you get the chance, could you check and (ideally) merge the outstanding openlcb/OpenLCB_Java PRs? JMRI is currently using a custom .jar file that contains all of them, made manually. It's getting a little tricky to keep everything straight. I've got two more PRs I'm working on which are based on this branch, and would be tricky to PR if it's not merged.

Thanks for considering it.