Skip to content

Commit 2901009

Browse files
committed
Makes NONE Network Protocol the default
1 parent 82c54e2 commit 2901009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/edu/wpi/grip/core/ProjectSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public enum NetworkProtocol {
2121
NONE
2222
}
2323

24-
private NetworkProtocol networkProtocol = NetworkProtocol.NETWORK_TABLES;
24+
private NetworkProtocol networkProtocol = NetworkProtocol.NONE;
2525
private int teamNumber = 0;
2626
private String networkTablesServer = "";
2727

0 commit comments

Comments
 (0)