From 7ebb03f84c100435c90ec4ede48184b536b60ba5 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Tue, 9 Dec 2025 22:44:05 +0100 Subject: [PATCH] . --- de_react_auto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/de_react_auto b/de_react_auto index c812267..04a66b3 100644 --- a/de_react_auto +++ b/de_react_auto @@ -191,6 +191,11 @@ local function findPeripherals() return false end + -- Enable override mode on flux gates (required for setFlowOverride to work) + pcall(function() inputGate.setOverrideEnabled(true) end) + pcall(function() outputGate.setOverrideEnabled(true) end) + print("Flux gate overrides enabled") + -- Connect to monitor (optional) monitor = peripheral.wrap(CONFIG.monitor_name) if monitor then