We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0699a commit b6d0fdcCopy full SHA for b6d0fdc
1 file changed
esptool/port_util.py
@@ -24,8 +24,8 @@ def get_port_list(
24
25
26
def _get_port_list(
27
- vids: list[str] = [],
28
- pids: list[str] = [],
+ vids: list[int] = [],
+ pids: list[int] = [],
29
names: list[str] = [],
30
serials: list[str] = [],
31
) -> list[ListPortInfo]:
0 commit comments