1.1.0 add new --set-router and --unset-router options

for https://github.com/meshtastic/Meshtastic-device/issues/376
This commit is contained in:
Kevin Hester
2020-10-06 14:29:19 +08:00
parent d2ea06abd2
commit 8e808292dc
9 changed files with 539 additions and 401 deletions

View File

@@ -12,7 +12,7 @@ with open("README.md", "r") as fh:
# This call to setup() does all the work
setup(
name="meshtastic",
version="1.0.15",
version="1.1.0",
description="Python API & client shell for talking to Meshtastic devices",
long_description=long_description,
long_description_content_type="text/markdown",