added networktables send and websocket send of current camera

This commit is contained in:
Unknown
2019-09-18 13:48:34 +03:00
parent bcaad63c28
commit b2b2d00dce
4 changed files with 93 additions and 7 deletions

View File

@@ -150,7 +150,7 @@ public class Server {
}
}
private static void broadcastMessage(Object obj) {
public static void broadcastMessage(Object obj) {
broadcastMessage(obj, null);//Broadcasts the message to ever user
}