We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8b548 commit 459421fCopy full SHA for 459421f
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