Skip to content

Commit

Permalink
RSDK-695: fix movement sensor rc condition (viamrobotics#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebriskin authored Sep 29, 2022
1 parent c35ec25 commit a16f068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/frontend/src/components/movement-sensor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const refresh = async () => {
});
});
{
if (properties?.orientationSupported) {
const req = new movementsensorApi.GetOrientationRequest();
req.setName(props.name);
Expand Down
2 changes: 1 addition & 1 deletion web/runtime-shared/static/control.js

Large diffs are not rendered by default.

0 comments on commit a16f068

Please sign in to comment.