Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Kapsiak committed Oct 17, 2024
1 parent 41fb3aa commit f675f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/BarcodeScanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
scan_type = request;
if (device_id === null ){
device_id = all_devices[0].deviceId;
selected_device_id = all_devices[0].deviceId;
//selected_device_id = all_devices[0].deviceId;
}
startDecode();
}
Expand Down

0 comments on commit f675f66

Please sign in to comment.