Skip to content

Commit 459421f

Browse files
committed
Update allwpilib to new nt4 API
Removed the NT3 stuff
1 parent 9a8b548 commit 459421f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

allwpilib

Submodule allwpilib updated 522 files

kitcan/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ int main() {
295295

296296
auto ntInst = nt::NetworkTableInstance::Create();
297297
ntInst.SetServer({"localhost"}, 6810);
298-
ntInst.StartClient4("PowerDistributionDaemon");
298+
ntInst.StartClient("KitCanDaemon");
299299

300300
wpi::EventLoopRunner loopRunner;
301301

radio/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main() {
4242

4343
auto ntInst = nt::NetworkTableInstance::Create();
4444
ntInst.SetServer({"localhost"}, 6810);
45-
ntInst.StartClient4("RadioDaemon");
45+
ntInst.StartClient("RadioDaemon");
4646

4747
DataStorage instData;
4848

0 commit comments

Comments
 (0)