Fix .gitignore, move vision package out of common

This commit is contained in:
Banks Troutman
2020-06-28 04:40:43 -04:00
parent bdbd6b9d18
commit f2fbe9dd6e
214 changed files with 485 additions and 7768 deletions

View File

@@ -2,7 +2,7 @@ package org.photonvision.server;
public class Main {
public static void main(String[] args) {
Server.main(5800);
}
public static void main(String[] args) {
Server.main(5800);
}
}