mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
finished integration between new client and backend
commands needs to be implemented
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
package com.chameleonvision.settings;
|
||||
|
||||
public enum ConnectionType {
|
||||
DHCP,Static
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
package com.chameleonvision.settings;
|
||||
|
||||
import com.chameleonvision.network.NetworkIPMode;
|
||||
|
||||
public class GeneralSettings {
|
||||
public int teamNumber = 1577;
|
||||
public ConnectionType connectionType = ConnectionType.DHCP;
|
||||
public NetworkIPMode connectionType = NetworkIPMode.DHCP;
|
||||
public String ip = "";
|
||||
public String gateway = "";
|
||||
public String netmask = "";
|
||||
|
||||
Reference in New Issue
Block a user