Skip to content

Commit

Permalink
Add Vendor/Device IDs for CH340 based DIY Jade devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed Jun 6, 2023
1 parent 462f95b commit 400abe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwilib/devices/jade.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The test emulator port
SIMULATOR_PATH = 'tcp:127.0.0.1:30121'

JADE_DEVICE_IDS = [(0x10c4, 0xea60), (0x1a86, 0x55d4), (0x0403, 0x6001)]
JADE_DEVICE_IDS = [(0x10c4, 0xea60), (0x1a86, 0x55d4), (0x0403, 0x6001), (0x1a86, 0x7523)]
HAS_NETWORKING = hasattr(jade, '_http_request')

py_enumerate = enumerate # To use the enumerate built-in, since the name is overridden below
Expand Down

0 comments on commit 400abe0

Please sign in to comment.