Implement Drive Code

This commit is contained in:
HFocus
2019-08-07 19:20:10 -06:00
parent 7a19b683f6
commit c9da9d8585
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
id "edu.wpi.first.GradleRIO" version "2019.1.1"
}
def ROBOT_MAIN_CLASS = "frc.robot.Main"
def ROBOT_MAIN_CLASS = "frc4388.robot.Main"
// Define my targets (RoboRIO) and artifacts (deployable files)
// This is added by GradleRIO's backing project EmbeddedTools.