|
Re: Tweaking constants: any good way?
If you have two spare buttons (or two buttons that aren't needed to drive), map them so that one increments your parameter and the other decrements it. You could send that value to the OI through the user bytes so that you know what value you're using.
Be careful to put upper and lower bounds on the parameter so that you don't go from a value of 0 to 255 when decremented.
|