Skip to content

Commit

Permalink
Add exotic arduino vid
Browse files Browse the repository at this point in the history
  • Loading branch information
thrau committed May 22, 2020
1 parent e02870f commit 31ef43d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion powermon/powermon.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

logger = logging.getLogger(__name__)

_arduino_vids = {int('0x2341', 16), int('0x2a03', 16)}
_arduino_vids = {
int('0x2341', 16),
int('0x2a03', 16),
int('0x1A35', 16) # some arduino nano
}


def _find_arduino_device_address():
Expand Down

0 comments on commit 31ef43d

Please sign in to comment.