Skip to content

Commit c623db8

Browse files
committed
REVERT_ME: Deactivate dashboard client example
1 parent 495156d commit c623db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dashboard_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main(int argc, char* argv[])
7070
{
7171
policy = DashboardClient::ClientPolicy::G5;
7272
}
73-
else if (version_information->minor < 11)
73+
else if (version_information->minor < 99)
7474
{
7575
URCL_LOG_ERROR("DashboardClient examples require PolyScope version 10.11.0 or higher. Exiting now.");
7676
return 0;

0 commit comments

Comments
 (0)