Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Jan 16, 2020
1 parent dedc2a2 commit 47d5e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hwilib/devices/digitalbitbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ def close(self):
def get_serial_number_string(self):
return 'dbb_fw:v5.0.0'

def get_product_string(self):
return 'Digital Bitbox firmware'

def send_frame(data, device):
data = bytearray(data)
data_len = len(data)
Expand Down

0 comments on commit 47d5e05

Please sign in to comment.