Fixed warnings and patched some files, working on testing

This commit is contained in:
Eric Ratliff
2026-02-02 22:45:53 -06:00
parent 60679e097f
commit 38f1e0f3ed
3 changed files with 317 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
project_name = "my-robot"
weevil_version = "1.1.0-beta.2"
ftc_sdk_path = 'C:\Users\Eric\.weevil\ftc-sdk'
ftc_sdk_version = "v10.1.1"
android_sdk_path = 'C:\Users\Eric\.weevil\android-sdk'
[project]
project_name = "{{PROJECT_NAME}}"
created = "{{CREATION_DATE}}"
weevil_version = "{{WEEVIL_VERSION}}"
template = "{{TEMPLATE_NAME}}"
[ftc]
sdk_version = "10.1.1"
[build]
gradle_version = "8.5"