|
Re: Different behavior in code when deployed vs run live
We set a global variable in autonomous which is read in by a loop in periodic tasks. This value is constant between the autonomous runs.
For your next question the values we are changing are constants not controls, so they are saved directly to disk and built from there.
|