Skip to content

Commit b7d3e79

Browse files
committed
Changed t4 state work from init to update
1 parent 86dcaed commit b7d3e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/t4-controller.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function t4controller:new(hydrochloricAcidTransposerAddress, sodiumHydroxideTran
5252
end
5353

5454
self.stateMachine.states.work = self.stateMachine:createState("Work")
55-
self.stateMachine.states.work.init = function()
55+
self.stateMachine.states.work.update = function()
5656
local phValue = self.gtSensorParser:getNumber(4, "Current pH Value:")
5757

5858
if phValue == nil then

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local versions = {
2-
programVersion = "1.0.6",
2+
programVersion = "1.0.7",
33
configVersion = 1
44
}
55

0 commit comments

Comments
 (0)