Skip to content

Commit

Permalink
Merge pull request #1 from Serverfrog/acidjazz#15-fixes
Browse files Browse the repository at this point in the history
Update drmon.lua
  • Loading branch information
Serverfrog committed May 4, 2020
2 parents 939d113 + 4cc01a4 commit 26a6919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drmon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function update()
end

for k, v in pairs (ri) do
print(k.. ": ".. v)
print(k.. ": ".. tostring(v))
end
print("Output Gate: ", fluxgate.getSignalLowFlow())
print("Input Gate: ", inputfluxgate.getSignalLowFlow())
Expand Down

0 comments on commit 26a6919

Please sign in to comment.