~hp/muslua

8359b04712e6de6fc57046eec85bfc00689bdc1a — Hanspeter Portner a month ago 8111dd7
Fix LED feedback in stompotto
2 files changed, 2 insertions(+), 2 deletions(-)

M lua/liam.lua
M lua/stomping.lua
M lua/liam.lua => lua/liam.lua +1 -1
@@ 103,7 103,7 @@ local interface <const> = interfacing.Interface:new {
}

local stomp <const> = stomping.Stomp:new {
	tag = tags.fh2
	tags = tags
}

local gatekeeper1 <const> = interface:add_page(1, 1,

M lua/stomping.lua => lua/stomping.lua +1 -1
@@ 54,7 54,7 @@ local Stomp <const> = scheduling.Schedule:new {
				self.state[i] and 0x7f or 0x0
			}

			self:schedule(time, msg2, self.tag)
			self:schedule(time, msg2, self.tags.fh2)
		end
	end,