mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
RTU config fixed missing rsio reference
This commit is contained in:
parent
2a21d7d0be
commit
ba5975f29b
@ -23,19 +23,19 @@ RTU_REDSTONE = {
|
||||
for_reactor = 1,
|
||||
io = {
|
||||
{
|
||||
channel = RS_IO.WASTE_PO,
|
||||
channel = rsio.RS_IO.WASTE_PO,
|
||||
side = "top",
|
||||
bundled_color = colors.blue,
|
||||
for_reactor = 1
|
||||
},
|
||||
{
|
||||
channel = RS_IO.WASTE_PU,
|
||||
channel = rsio.RS_IO.WASTE_PU,
|
||||
side = "top",
|
||||
bundled_color = colors.cyan,
|
||||
for_reactor = 1
|
||||
},
|
||||
{
|
||||
channel = RS_IO.WASTE_AM,
|
||||
channel = rsio.RS_IO.WASTE_AM,
|
||||
side = "top",
|
||||
bundled_color = colors.purple,
|
||||
for_reactor = 1
|
||||
|
Loading…
Reference in New Issue
Block a user