Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
version 1.1.4
  • Loading branch information
thusser authored Apr 22, 2024
2 parents ef4bfd5 + 1ce4a67 commit 1156d71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyobs_flipro/fliprocamera.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def _log_device_info(self):
log.info(f" Serial No: {self._device.serial_number}")
log.info(f" Device Path: {self._device.device_path}")
log.info(f" Conn Type: {self._device.conn_type}")
log.info(f" Vendor ID: {self._device.obj.uiVendorId}")
log.info(f" Prod ID: {self._device.obj.uiProdId}")
log.info(f" USB Speed: {self._device.obj.eUSBSpeed}")
log.info(f" Vendor ID: {self._device.vendor_id}")
log.info(f" Prod ID: {self._device.prod_id}")
log.info(f" USB Speed: {self._device.usb_speed}")

def _log_capabilities(self):
log.info("Capabilities:")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyobs-flipro"
version = "1.1.3"
version = "1.1.4"
description = "pyobs module for FLIPRO cameras"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1156d71

Please sign in to comment.