dynamically probe for devices

This commit is contained in:
geeksville
2020-04-28 09:55:22 -07:00
parent d586789c0a
commit 380cf4c999
4 changed files with 35 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ setup(
],
packages=["meshtastic"],
include_package_data=True,
install_requires=["pyserial"],
install_requires=["pyserial>=3.4"],
python_requires='>=3',
entry_points={
"console_scripts": [