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 9a8b548 + 459421f commit 2ed1914Copy full SHA for 2ed1914
allwpilib
kitcan/main.cpp
@@ -295,7 +295,7 @@ int main() {
295
296
auto ntInst = nt::NetworkTableInstance::Create();
297
ntInst.SetServer({"localhost"}, 6810);
298
- ntInst.StartClient4("PowerDistributionDaemon");
+ ntInst.StartClient("KitCanDaemon");
299
300
wpi::EventLoopRunner loopRunner;
301
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