We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1eb2e9 + 2ed1914 commit d97aeacCopy full SHA for d97aeac
allwpilib
kitcan/main.cpp
@@ -310,7 +310,7 @@ int main() {
310
311
auto ntInst = nt::NetworkTableInstance::Create();
312
ntInst.SetServer({"localhost"}, 6810);
313
- ntInst.StartClient4("PowerDistributionDaemon");
+ ntInst.StartClient("KitCanDaemon");
314
315
nt::IntegerSubscriber requestSubscriber =
316
ntInst.GetIntegerTopic("/Netcomm/Reporting/RequestVersions")
radio/main.cpp
@@ -42,7 +42,7 @@ int main() {
42
43
44
45
- ntInst.StartClient4("RadioDaemon");
+ ntInst.StartClient("RadioDaemon");
46
47
DataStorage instData;
48
0 commit comments