MikaylaFischler / cc-mek-scada

Configurable ComputerCraft SCADA system for multi-reactor control of Mekanism fission reactors with a GUI, automatic safety features, waste processing control, and more! Please be sure to take a look at the Wiki tab, this project has lots of docs!
https://youtube.com/playlist?list=PLPTRLQjcSlD2s6HsPe3COlfaULQZogWKK
MIT License
284 stars 11 forks source link

Change RTU Configuration to Store Name Instead of Numeric Port #477

Closed MikaylaFischler closed 2 months ago

MikaylaFischler commented 2 months ago

The change to storing port IDs in the settings file tightly coupled them to an enum value where it should be tightly coupled to the port names instead.

An automatic conversion routine will need to be included in the main app and the configurator on load to avoid forcing reconfigurations.