You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to work in the simulator (Companion 2.2RC2) but it fails in my new Horus X12S. It claims "lastUpdtTelem is nil" in line 355. I blindly added the lines below to "local function create(zone, options)"
lastUpdtTelem = 0
timeToTelemUpdt = 0
... and the error became "Attempt to compare number with nil" in the same line...
Note these have been my first 5 minutes with LUA ever, but I'll do my homework and try to contribute to this project in the future. I really like the idea of having one widget to get all the passthrough telemetry and then let other widgets use it.
The text was updated successfully, but these errors were encountered:
It seems to work in the simulator (Companion 2.2RC2) but it fails in my new Horus X12S. It claims "lastUpdtTelem is nil" in line 355. I blindly added the lines below to "local function create(zone, options)"
... and the error became "Attempt to compare number with nil" in the same line...
Note these have been my first 5 minutes with LUA ever, but I'll do my homework and try to contribute to this project in the future. I really like the idea of having one widget to get all the passthrough telemetry and then let other widgets use it.
The text was updated successfully, but these errors were encountered: