-
Notifications
You must be signed in to change notification settings - Fork 0
Added numberpads #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2026
Are you sure you want to change the base?
Added numberpads #64
Conversation
xjp66666
commented
Jan 14, 2026
- added numberpads for auto & teleop
- added & removed parameters to match 2026 requirements
|
I'd recommend following the analyze recommendations from the failing check. Keeps everything consistent. |
|
Okay i will try to fix those issues |
You don't need to close the PR at all, you can just commit your changes on this branch. |
| static TextEditingController l3E = TextEditingController(text: "0"); | ||
| static TextEditingController l3F = TextEditingController(text: "0"); | ||
| static TextEditingController l3G = TextEditingController(text: "0"); | ||
| static TextEditingController autoBallScored = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick, but I'd prefer autoBallsScored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are two spots, that's what I usually do when I upgraded it in the past.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks the second one worked, but im not sure if we are using the new gradle structure
85e3901 to
2d6bd95
Compare
chore: bump pub lock file
