Skip to content

Commit

Permalink
Merge #686: jade: Remove jade BLE warning
Browse files Browse the repository at this point in the history
494b66c jade: Remove jade BLE warning (Andrew Chow)

Pull request description:

  The warning is just noise since we don't use Jade's bluetooth functionality.

Top commit has no ACKs.

Tree-SHA512: c81409909e32e890782c2fb6460959738bbc1e2d13ca7cfdbe43e316f0ec7d8908f0f777f01451c3c9202625557673e3efa774098b85982a042b110604b4c1a2
  • Loading branch information
achow101 committed Jul 19, 2023
2 parents 823a856 + 494b66c commit 0993233
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hwilib/devices/jadepy/jade.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
logger = logging.getLogger('jade')
device_logger = logging.getLogger('jade-device')

# BLE comms backend is optional
# It relies on the BLE dependencies being available
try:
from .jade_ble import JadeBleImpl
except ImportError as e:
logger.warn(e)
logger.warn('BLE scanning/connectivity will not be available')


# Default serial connection
DEFAULT_SERIAL_DEVICE = '/dev/ttyUSB0'
Expand Down

0 comments on commit 0993233

Please sign in to comment.