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 looks great!
I use a logical switch to arm my quads, do you know how I can refer to a logical switch (logical switch 2) instead of a physical switch in your code?:
armed = getValue('sa')
thanks
The text was updated successfully, but these errors were encountered:
I've never used or programmed logical switches, if you figure it out, please feel to share how, and I can add it as a comment to the code and the README so others can use it as well. Cheers!
Hi AndrewFarley. I did figure it out, the names of the logical switches start with "ls" followed by the number so in your script and for the logical switch 2 it would be: armed = getValue('ls2')
it works great, thanks for this excellent script.
It looks great!
I use a logical switch to arm my quads, do you know how I can refer to a logical switch (logical switch 2) instead of a physical switch in your code?:
armed = getValue('sa')
thanks
The text was updated successfully, but these errors were encountered: