Skip to content

Commit

Permalink
magnetometer_calibration: Improve error message for USB connections (c…
Browse files Browse the repository at this point in the history
…loses #496)
  • Loading branch information
thp committed Sep 30, 2024
1 parent 26e1446 commit 8cc40f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/magnetometer_calibration.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ main(int arg, char** args)
}
else
{
printf("Ignoring non-Bluetooth PS Move #%d\n", i);
printf("Ignoring PS Move #%d; you need to connect it via Bluetooth (not USB) for calibration.\n", i);
psmove_disconnect(move);
continue;
}
}
else
Expand Down

0 comments on commit 8cc40f7

Please sign in to comment.