Feature Request: Consolidated Code Push #2173
bcfletcher
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
There is already #1903 for this feature request. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For our FLL teams, we use 6-10 tasks (separate) python files all controlled via a menu.py file.
To push all our tasks, robot library, robot config.py, and individual task .py files we have to switch to the menu.py and hit |> button.
the kids (and adults) frequently forget and press |> for the active tab. this results in only that tab being sent to robot and usually results in bad consequence.
we would like a way to make the menu.py the "main" file so when in other tab if we hit |> it actually send the menu.py and all its dependencies to the robot.
Beta Was this translation helpful? Give feedback.
All reactions