mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[ntcore] Remove NT3 support (#7625)
- Remove StartClient3 - Rename StartClient4 to StartClient - Remove port3 parameter from StartServer - Remove 3-suffix constants - Remove 4 suffix from constants Also remove Shuffleboard build from CI.
This commit is contained in:
@@ -1997,7 +1997,7 @@ void glass::DisplayNetworkTablesInfo(NetworkTablesModel* model) {
|
||||
}
|
||||
|
||||
auto netMode = inst.GetNetworkMode();
|
||||
if (netMode == NT_NET_MODE_SERVER || netMode == NT_NET_MODE_CLIENT4) {
|
||||
if (netMode == NT_NET_MODE_SERVER || netMode == NT_NET_MODE_CLIENT) {
|
||||
if (CollapsingHeader("Server")) {
|
||||
PushID("Server");
|
||||
ImGui::Indent();
|
||||
|
||||
Reference in New Issue
Block a user