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
Is there currently a way to save all of the config variables (from a single class) to your computer?
For example, if I were tuning various distances/positions for my auto using dashboard config variables, is there an easy way to save the values of all of the variables (preferably so that I can just paste the new values into my code in one motion and be done) without updating each of them in my code one by one?
I've gotten this to somewhat work on my fork (everything after commit b619276 is me trying to fix jitpack builds failing), but a) I've been struggling to turn my fork into a dependency for my main FtcRobotController repo and b) this is my first time doing anything related to js/ts/web dev so the code quality is probably very bad, which is why I was wondering if there's an already existing solution.
The text was updated successfully, but these errors were encountered:
Is there currently a way to save all of the config variables (from a single class) to your computer?
For example, if I were tuning various distances/positions for my auto using dashboard config variables, is there an easy way to save the values of all of the variables (preferably so that I can just paste the new values into my code in one motion and be done) without updating each of them in my code one by one?
I've gotten this to somewhat work on my fork (everything after commit b619276 is me trying to fix jitpack builds failing), but a) I've been struggling to turn my fork into a dependency for my main FtcRobotController repo and b) this is my first time doing anything related to js/ts/web dev so the code quality is probably very bad, which is why I was wondering if there's an already existing solution.
The text was updated successfully, but these errors were encountered: