Skip to content

Commit

Permalink
Set a default unique ID to match C example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Mar 27, 2024
1 parent 899a4cf commit d56e7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_polaris_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using namespace point_one::polaris;
DEFINE_string(polaris_api_key, "",
"The polaris API key. Sign up at app.pointonenav.com.");

DEFINE_string(polaris_unique_id, "",
DEFINE_string(polaris_unique_id, "device12345",
"The unique ID to assign to this Polaris connection.");

PolarisClient* polaris_client = nullptr;
Expand Down

0 comments on commit d56e7ef

Please sign in to comment.