We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11eb26b commit 46ccc94Copy full SHA for 46ccc94
vminmax_simple.lua
@@ -22,8 +22,6 @@ local maxId = addChannel('VMax', 5, 0, 0, 200, 'mph')
22
23
-- recorded values
24
local vs = {}
25
--- we record a value every TICKS/FREQUENCY counts.
26
-local tick_count = 0
27
28
-- local min/max calculation.
29
-- Returns signalId and value to update it to.
0 commit comments