Skip to content

Commit

Permalink
Merge remote-tracking branch 'wpilibsuite/main' into requestversions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jan 12, 2025
2 parents b1eb2e9 + 2ed1914 commit d97aeac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion allwpilib
Submodule allwpilib updated 522 files
2 changes: 1 addition & 1 deletion kitcan/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ int main() {

auto ntInst = nt::NetworkTableInstance::Create();
ntInst.SetServer({"localhost"}, 6810);
ntInst.StartClient4("PowerDistributionDaemon");
ntInst.StartClient("KitCanDaemon");

nt::IntegerSubscriber requestSubscriber =
ntInst.GetIntegerTopic("/Netcomm/Reporting/RequestVersions")
Expand Down
2 changes: 1 addition & 1 deletion radio/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main() {

auto ntInst = nt::NetworkTableInstance::Create();
ntInst.SetServer({"localhost"}, 6810);
ntInst.StartClient4("RadioDaemon");
ntInst.StartClient("RadioDaemon");

DataStorage instData;

Expand Down

0 comments on commit d97aeac

Please sign in to comment.