Skip to content

Commit

Permalink
feat(version): release 0.27.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jan 10, 2024
1 parent 3f87f1e commit 5b98f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.27.7",
"version": "0.27.8",
"private": true,
"scripts": {
"dev": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/BarcodeContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default ({ children }: any) => {
useEffect(() => {
const barcodes = new ROSLIB.Topic({
ros: ros,
name: "/barcode",
name: "/all_barcodes",
messageType: "std_msgs/msg/String",
});

Expand Down

0 comments on commit 5b98f6a

Please sign in to comment.