mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
added networktables send and websocket send of current camera
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user