big stuff

This commit is contained in:
2026-04-22 10:21:28 -04:00
parent f7e88619e9
commit 4ecaef3d1d
34 changed files with 779 additions and 1580 deletions

View File

@@ -33,7 +33,7 @@ deploy {
frcStaticFileDeploy(getArtifactTypeClass('FileTreeArtifact')) {
files = project.fileTree('src/main/deploy')
directory = '/home/lvuser/deploy'
deleteOldFiles = false // Change to true to delete files on roboRIO that no
deleteOldFiles = true // Change to true to delete files on roboRIO that no
// longer exist in deploy directory of this project
}
}