bugfix to trilight, change to test code in unit view
This commit is contained in:
@@ -16,7 +16,7 @@ local config = require("coordinator.config")
|
||||
local coordinator = require("coordinator.coordinator")
|
||||
local renderer = require("coordinator.renderer")
|
||||
|
||||
local COORDINATOR_VERSION = "alpha-v0.4.7"
|
||||
local COORDINATOR_VERSION = "alpha-v0.4.8"
|
||||
|
||||
local print = util.print
|
||||
local println = util.println
|
||||
|
||||
@@ -291,7 +291,7 @@ local function init(monitor, id)
|
||||
---@fixme test code
|
||||
local rps = true
|
||||
local function _test_toggle()
|
||||
rps_nof.update(rps)
|
||||
rps_trp.update(rps)
|
||||
rps = not rps
|
||||
tcallbackdsp.dispatch(0.25, _test_toggle)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user