aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorThomas Rudin <thomas@rudin.io>2019-08-18 18:34:35 +0200
committerThomas Rudin <thomas@rudin.io>2019-08-18 18:34:35 +0200
commit1e56e21bc7ce7693d48d7b43d5175e6652474867 (patch)
treea3785ca83a9bfc7b70d3c350251849458054fe65 /init.lua
parentd46acc15b6528e6ef9355fbd1eb9e21914af4c6d (diff)
downloadmesecons_debug-1e56e21bc7ce7693d48d7b43d5175e6652474867.tar.gz
mesecons_debug-1e56e21bc7ce7693d48d7b43d5175e6652474867.zip
add configurable circuit breaker
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 5c5d15b..6df95ee 100644
--- a/init.lua
+++ b/init.lua
@@ -8,5 +8,6 @@ dofile(MP.."/api_nodetimer.lua")
dofile(MP.."/register.lua")
dofile(MP.."/flush.lua")
dofile(MP.."/globalstep.lua")
+dofile(MP.."/circuit_breaker.lua")
print("[OK] mesecons_debug loaded")