Skip to content

Commit d97aeac

Browse files
committed
Merge remote-tracking branch 'wpilibsuite/main' into requestversions
2 parents b1eb2e9 + 2ed1914 commit d97aeac

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ int main() {
310310

311311
auto ntInst = nt::NetworkTableInstance::Create();
312312
ntInst.SetServer({"localhost"}, 6810);
313-
ntInst.StartClient4("PowerDistributionDaemon");
313+
ntInst.StartClient("KitCanDaemon");
314314

315315
nt::IntegerSubscriber requestSubscriber =
316316
ntInst.GetIntegerTopic("/Netcomm/Reporting/RequestVersions")

radio/main.cpp

Lines changed: 1 addition & 1 deletion
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)